#807EEC

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

Shades of Medium Slate Blue #807EEC

Tints of Medium Slate Blue #807EEC

Color information

#807EEC (or 0x807EEC) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 7E and EC. RGB value is (128,126,236). Sum of RGB (Red+Green+Blue) = 128+126+236=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #807EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807EEC is #7F8113. Grayscale: #8A8A8A. Windows color (decimal): -8356116 or 15498880. OLE color: 15498880.

HSL color Cylindrical-coordinate representation of color #807EEC: hue angle of 241.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #807EEC is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128126236-
CMYK0.460.4700.07
HSL241.09º74.32%70.98%-
HSV(B)241.09º46.61%92.55%-
XYZ31.525.5782.63-
YUV139.14182.66120.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 236 (92.58% from 255) = 48.16%
R=26.12%
G=25.71%
B=48.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281262360.460.4700.07241.0974.3270.98
Hex807EEC2E2F07f14a47
Octal200176354565707361112107
Binary1000000011111101110110010111010111101111111000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807EEC; }

 p { color: rgb(128,126,236); }

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

<style>
 a { background-color: #807EEC; }

 a { background-color: rgb(128,126,236); }

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

<style>
 span { border-color: #807EEC; }

 span { border-color: rgb(128,126,236); }

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