Html Css Color HEX #867BEC Light Slate Blue

📋 copy color: '#867BEC'

red 134 ◦ green 123 ◦ blue 236

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

Shades of Light Slate Blue #867BEC

Tints of Light Slate Blue #867BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.95%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 27.18%
G = 24.95%
B = 47.87%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#867BEC (or 0x867BEC) is known color: Light Slate Blue. HEX triplet: 86, 7B and EC. RGB value is (134,123,236). Sum of RGB (Red+Green+Blue) = 134+123+236=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #867BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867BEC is #798413. Grayscale: #8A8A8A. Windows color (decimal): -7963668 or 15498118. OLE color: 15498118.

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

Color convert

RGB 134 123 236 -
CMYK 0.43 0.48 0 0.07
HSL 245.84º 0.75% 0.7% -
HSV(B) 245.84º 0.48% 0.93% -
XYZ 32.05 25.29 82.55 -
YUV 139.17 182.64 124.31 -
System Red Green Blue C M Y K H S L
Decimal 134 123 236 0.43 0.48 0 0.07 245.84 0.75 0.7
Hex 86 7B EC 2B 30 0 7 F6 4B 46
Octal 206 173 354 53 60 0 7 366 113 106
Binary 10000110 1111011 11101100 101011 110000 0 111 11110110 1001011 1000110

Color Harmonies of #867BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867BEC

Black with #867BEC

Text Example


Text Example

White with #867BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,123,236); }

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

background-color css

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

 a { background-color: rgb(134,123,236); }

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

border-color css

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

 span { border-color: rgb(134,123,236); }

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