#86909B

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

Shades of Light Slate Grey #86909B

Tints of Light Slate Grey #86909B

Color information

#86909B (or 0x86909B) is unknown color: approx Light Slate Grey. HEX triplet: 86, 90 and 9B. RGB value is (134,144,155). Sum of RGB (Red+Green+Blue) = 134+144+155=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #86909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86909B is #796F64. Grayscale: #8E8E8E. Windows color (decimal): -7958373 or 10195078. OLE color: 10195078.

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

Color convert

RGB134144155-
CMYK0.140.0700.39
HSL211.43º9.5%56.67%-
HSV(B)211.43º13.55%60.78%-
XYZ25.7227.3834.94-
YUV142.26135.19122.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=30.95%
G=33.26%
B=35.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341441550.140.0700.39211.439.556.67
Hex86909BE7027d3a39
Octal2062202331670473231271
Binary10000110100100001001101111101110100111110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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