#867EEF

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

Shades of Light Slate Blue #867EEF

Tints of Light Slate Blue #867EEF

Color information

#867EEF (or 0x867EEF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7E and EF. RGB value is (134,126,239). Sum of RGB (Red+Green+Blue) = 134+126+239=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #867EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867EEF is #798110. Grayscale: #8C8C8C. Windows color (decimal): -7962897 or 15695494. OLE color: 15695494.

HSL color Cylindrical-coordinate representation of color #867EEF: hue angle of 244.25º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867EEF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134126239-
CMYK0.440.4700.06
HSL244.25º77.93%71.57%-
HSV(B)244.25º47.28%93.73%-
XYZ32.8726.2284.99-
YUV141.27183.15122.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=26.85%
G=25.25%
B=47.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341262390.440.4700.06244.2577.9371.57
Hex867EEF2C2F06f44e48
Octal206176357545706364116110
Binary1000011011111101110111110110010111101101111010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867EEF; }

 p { color: rgb(134,126,239); }

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

<style>
 a { background-color: #867EEF; }

 a { background-color: rgb(134,126,239); }

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

<style>
 span { border-color: #867EEF; }

 span { border-color: rgb(134,126,239); }

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