#867FED

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

Shades of Light Slate Blue #867FED

Tints of Light Slate Blue #867FED

Color information

#867FED (or 0x867FED) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7F and ED. RGB value is (134,127,237). Sum of RGB (Red+Green+Blue) = 134+127+237=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #867FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FED is #798012. Grayscale: #8D8D8D. Windows color (decimal): -7962643 or 15564678. OLE color: 15564678.

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

Color convert

RGB134127237-
CMYK0.430.4600.07
HSL243.82º75.34%71.37%-
HSV(B)243.82º46.41%92.94%-
XYZ32.7126.3683.49-
YUV141.63181.82122.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=26.91%
G=25.50%
B=47.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341272370.430.4600.07243.8275.3471.37
Hex867FED2B2E07f44b47
Octal206177355535607364113107
Binary1000011011111111110110110101110111001111111010010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,237); }

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

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

 a { background-color: rgb(134,127,237); }

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

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

 span { border-color: rgb(134,127,237); }

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