#86929C

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

Shades of Light Slate Grey #86929C

Tints of Light Slate Grey #86929C

Color information

#86929C (or 0x86929C) is unknown color: approx Light Slate Grey. HEX triplet: 86, 92 and 9C. RGB value is (134,146,156). Sum of RGB (Red+Green+Blue) = 134+146+156=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #86929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86929C is #796D63. Grayscale: #8F8F8F. Windows color (decimal): -7957860 or 10261126. OLE color: 10261126.

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

Color convert

RGB134146156-
CMYK0.140.0600.39
HSL207.27º10%56.86%-
HSV(B)207.27º14.1%61.18%-
XYZ26.1128.0335.49-
YUV143.55135.02121.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=30.73%
G=33.49%
B=35.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341461560.140.0600.39207.271056.86
Hex86929CE6027cfa39
Octal2062222341660473171271
Binary10000110100100101001110011101100100111110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86929C; }

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

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

<style>
 a { background-color: #86929C; }

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

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

<style>
 span { border-color: #86929C; }

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

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