Html Css Color HEX #867DED Light Slate Blue

📋 copy color: '#867DED'

red 134 ◦ green 125 ◦ blue 237

#867DED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #867DED

Tints of Light Slate Blue #867DED

RGB

 RED value IS 134 (52.73% from 255) = 27.02%

 GREEN value IS 125 (49.22% from 255) = 25.2%

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 27.02%
G = 25.2%
B = 47.78%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#867DED (or 0x867DED) is known color: 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

RGB 134 125 237 -
CMYK 0.43 0.47 0 0.07
HSL 244.82º 0.76% 0.71% -
HSV(B) 244.82º 0.47% 0.93% -
XYZ 32.45 25.85 83.4 -
YUV 140.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 134 125 237 0.43 0.47 0 0.07 244.82 0.76 0.71
Hex 86 7D ED 2B 2F 0 7 F5 4C 47
Octal 206 175 355 53 57 0 7 365 114 107
Binary 10000110 1111101 11101101 101011 101111 0 111 11110101 1001100 1000111

Color Harmonies of #867DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DED

Black with #867DED

Text Example


Text Example

White with #867DED

Text Example


Text Example

HTML Codes & Css Web 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>