#867DED

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

Shades of Light Slate Blue #867DED

Tints of Light Slate Blue #867DED

Color information

#867DED (or 0x867DED) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7D and ED. RGB value is (134,125,237). Sum of RGB (Red+Green+Blue) = 134+125+237=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #867DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DED is #798212. Grayscale: #8C8C8C. Windows color (decimal): -7963155 or 15564166. OLE color: 15564166.

HSL color Cylindrical-coordinate representation of color #867DED: hue angle of 244.82º degrees, saturation: 0.76, 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 #867DED is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134125237-
CMYK0.430.4700.07
HSL244.82º75.68%70.98%-
HSV(B)244.82º47.26%92.94%-
XYZ32.4525.8583.4-
YUV140.46182.48123.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=27.02%
G=25.20%
B=47.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341252370.430.4700.07244.8275.6870.98
Hex867DED2B2F07f54c47
Octal206175355535707365114107
Binary1000011011111011110110110101110111101111111010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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