#868E9C

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

Shades of Light Slate Grey #868E9C

Tints of Light Slate Grey #868E9C

Color information

#868E9C (or 0x868E9C) is unknown color: approx Light Slate Grey. HEX triplet: 86, 8E and 9C. RGB value is (134,142,156). Sum of RGB (Red+Green+Blue) = 134+142+156=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 156 - color contains mainly: blue. Hex color #868E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E9C is #797163. Grayscale: #8D8D8D. Windows color (decimal): -7958884 or 10260102. OLE color: 10260102.

HSL color Cylindrical-coordinate representation of color #868E9C: hue angle of 218.18º 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 #868E9C is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134142156-
CMYK0.140.0900.39
HSL218.18º10%56.86%-
HSV(B)218.18º14.1%61.18%-
XYZ25.5126.8135.28-
YUV141.2136.35122.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=31.02%
G=32.87%
B=36.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341421560.140.0900.39218.181056.86
Hex868E9CE9027daa39
Octal20621623416110473321271
Binary100001101000111010011100111010010100111110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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