#86919B

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

Shades of Light Slate Grey #86919B

Tints of Light Slate Grey #86919B

Color information

#86919B (or 0x86919B) is unknown color: approx Light Slate Grey. HEX triplet: 86, 91 and 9B. RGB value is (134,145,155). Sum of RGB (Red+Green+Blue) = 134+145+155=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #86919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86919B is #796E64. Grayscale: #8E8E8E. Windows color (decimal): -7958117 or 10195334. OLE color: 10195334.

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

Color convert

RGB134145155-
CMYK0.140.0600.39
HSL208.57º9.5%56.67%-
HSV(B)208.57º13.55%60.78%-
XYZ25.8727.6934.99-
YUV142.85134.86121.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=30.88%
G=33.41%
B=35.71%

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
Decimal1341451550.140.0600.39208.579.556.67
Hex86919BE6027d1a39
Octal2062212331660473211271
Binary10000110100100011001101111101100100111110100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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