#86909D

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

Shades of Light Slate Grey #86909D

Tints of Light Slate Grey #86909D

Color information

#86909D (or 0x86909D) is unknown color: approx Light Slate Grey. HEX triplet: 86, 90 and 9D. RGB value is (134,144,157). Sum of RGB (Red+Green+Blue) = 134+144+157=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #86909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86909D is #796F62. Grayscale: #8E8E8E. Windows color (decimal): -7958371 or 10326150. OLE color: 10326150.

HSL color Cylindrical-coordinate representation of color #86909D: hue angle of 213.91º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86909D is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134144157-
CMYK0.150.0800.38
HSL213.91º10.5%57.06%-
HSV(B)213.91º14.65%61.57%-
XYZ25.8927.4535.83-
YUV142.49136.19121.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=30.80%
G=33.10%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341441570.150.0800.38213.9110.557.06
Hex86909DF8026d6b39
Octal20622023517100463261371
Binary100001101001000010011101111110000100110110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86909D; }

 p { color: rgb(134,144,157); }

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

<style>
 a { background-color: #86909D; }

 a { background-color: rgb(134,144,157); }

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

<style>
 span { border-color: #86909D; }

 span { border-color: rgb(134,144,157); }

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