Html Css Color HEX #867EED Light Slate Blue

📋 copy color: '#867EED'

red 134 ◦ green 126 ◦ blue 237

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

Shades of Light Slate Blue #867EED

Tints of Light Slate Blue #867EED

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.35%

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

R = 26.96%
G = 25.35%
B = 47.69%

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

#867EED (or 0x867EED) is known color: Light Slate Blue. HEX triplet: 86, 7E and ED. RGB value is (134,126,237). Sum of RGB (Red+Green+Blue) = 134+126+237=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #867EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867EED is #798112. Grayscale: #8C8C8C. Windows color (decimal): -7962899 or 15564422. OLE color: 15564422.

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

Color convert

RGB 134 126 237 -
CMYK 0.43 0.47 0 0.07
HSL 244.32º 0.76% 0.71% -
HSV(B) 244.32º 0.47% 0.93% -
XYZ 32.58 26.1 83.44 -
YUV 141.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 134 126 237 0.43 0.47 0 0.07 244.32 0.76 0.71
Hex 86 7E ED 2B 2F 0 7 F4 4C 47
Octal 206 176 355 53 57 0 7 364 114 107
Binary 10000110 1111110 11101101 101011 101111 0 111 11110100 1001100 1000111

Color Harmonies of #867EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867EED

Black with #867EED

Text Example


Text Example

White with #867EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #867EED;
 }
 .AnyTagClassName
 {
   color: #867EED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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