Html Css Color HEX #868F9C Light Slate Grey

📋 copy color: '#868F9C'

red 134 ◦ green 143 ◦ blue 156

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

Shades of Light Slate Grey #868F9C

Tints of Light Slate Grey #868F9C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 30.95%
G = 33.03%
B = 36.03%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#868F9C (or 0x868F9C) is known color: Light Slate Grey. HEX triplet: 86, 8F and 9C. RGB value is (134,143,156). Sum of RGB (Red+Green+Blue) = 134+143+156=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #868F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868F9C is #797063. Grayscale: #8D8D8D. Windows color (decimal): -7958628 or 10260358. OLE color: 10260358.

HSL color Cylindrical-coordinate representation of color #868F9C: hue angle of 215.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868F9C is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 143 156 -
CMYK 0.14 0.08 0 0.39
HSL 215.45º 0.1% 0.57% -
HSV(B) 215.45º 0.14% 0.61% -
XYZ 25.65 27.11 35.33 -
YUV 141.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 134 143 156 0.14 0.08 0 0.39 215.45 0.1 0.57
Hex 86 8F 9C E 8 0 27 D7 A 39
Octal 206 217 234 16 10 0 47 327 12 71
Binary 10000110 10001111 10011100 1110 1000 0 100111 11010111 1010 111001

Color Harmonies of #868F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868F9C

Black with #868F9C

Text Example


Text Example

White with #868F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868F9C; }

 p { color: rgb(134,143,156); }

 H1.HeaderClassName
 {
   color: #868F9C;
 }
 .AnyTagClassName
 {
   color: #868F9C;
 }
</style>

background-color css

<style>
 a { background-color: #868F9C; }

 a { background-color: rgb(134,143,156); }

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

border-color css

<style>
 span { border-color: #868F9C; }

 span { border-color: rgb(134,143,156); }

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