#86898F

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

Shades of Light Slate Grey #86898F

Tints of Light Slate Grey #86898F

Color information

#86898F (or 0x86898F) is unknown color: approx Light Slate Grey. HEX triplet: 86, 89 and 8F. RGB value is (134,137,143). Sum of RGB (Red+Green+Blue) = 134+137+143=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 143 - color contains mainly: blue. Hex color #86898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86898F is #797670. Grayscale: #888888. Windows color (decimal): -7960177 or 9406854. OLE color: 9406854.

HSL color Cylindrical-coordinate representation of color #86898F: hue angle of 220º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #86898F is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134137143-
CMYK0.060.0400.44
HSL220º3.86%54.31%-
HSV(B)220º6.29%56.08%-
XYZ23.7424.9429.55-
YUV136.79131.51126.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=32.37%
G=33.09%
B=34.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341371430.060.0400.442203.8654.31
Hex86898F6402Cdc436
Octal20621121764054334466
Binary100001101000100110001111110100010110011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86898F; }

 p { color: rgb(134,137,143); }

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

<style>
 a { background-color: #86898F; }

 a { background-color: rgb(134,137,143); }

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

<style>
 span { border-color: #86898F; }

 span { border-color: rgb(134,137,143); }

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