#867EF5

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

Shades of Light Slate Blue #867EF5

Tints of Light Slate Blue #867EF5

Color information

#867EF5 (or 0x867EF5) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7E and F5. RGB value is (134,126,245). Sum of RGB (Red+Green+Blue) = 134+126+245=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #867EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867EF5 is #79810A. Grayscale: #8D8D8D. Windows color (decimal): -7962891 or 16088710. OLE color: 16088710.

HSL color Cylindrical-coordinate representation of color #867EF5: hue angle of 244.03º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #867EF5 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134126245-
CMYK0.450.4900.04
HSL244.03º85.61%72.75%-
HSV(B)244.03º48.57%96.08%-
XYZ33.7726.5889.74-
YUV141.96186.15122.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 245 (96.09% from 255) = 48.51%
R=26.53%
G=24.95%
B=48.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341262450.450.4900.04244.0385.6172.75
Hex867EF52D3104f45649
Octal206176365556104364126111
Binary1000011011111101111010110110111000101001111010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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