#7076E7

Color #7076E7 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7076E7

Tints of Medium Slate Blue #7076E7

Color information

#7076E7 (or 0x7076E7) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 76 and E7. RGB value is (112,118,231). Sum of RGB (Red+Green+Blue) = 112+118+231=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #7076E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7076E7 is #8F8918. Grayscale: #808080. Windows color (decimal): -9406745 or 15169136. OLE color: 15169136.

HSL color Cylindrical-coordinate representation of color #7076E7: hue angle of 236.97º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7076E7 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB112118231-
CMYK0.520.4900.09
HSL236.97º71.26%67.25%-
HSV(B)236.97º51.52%90.59%-
XYZ27.5822.1778.43-
YUV129.09185.51115.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 231 (90.62% from 255) = 50.11%
R=24.30%
G=25.60%
B=50.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1121182310.520.4900.09236.9771.2667.25
Hex7076E7343109ed4743
Octal1601663476461011355107103
Binary1110000111011011100111110100110001010011110110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7076E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7076E7; }

 p { color: rgb(112,118,231); }

 H1.HeaderClassName
 {
   color: #7076E7;
 }
 .AnyTagClassName
 {
   color: #7076E7;
 }
</style>
background-color css

<style>
 a { background-color: #7076E7; }

 a { background-color: rgb(112,118,231); }

 div.DivClassName
 {
   background-color: #7076E7;
 }
 .BgClassName
 {
   background-color: #7076E7;
 }
</style>
border-color css

<style>
 span { border-color: #7076E7; }

 span { border-color: rgb(112,118,231); }

 td.TdClassName
 {
   border-color: #7076E7;
 }
 .TagClassName
 {
   border-color: #7076E7;
 }
</style>