#858F9B

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

Shades of Light Slate Grey #858F9B

Tints of Light Slate Grey #858F9B

Color information

#858F9B (or 0x858F9B) is unknown color: approx Light Slate Grey. HEX triplet: 85, 8F and 9B. RGB value is (133,143,155). Sum of RGB (Red+Green+Blue) = 133+143+155=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #858F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F9B is #7A7064. Grayscale: #8D8D8D. Windows color (decimal): -8024165 or 10194821. OLE color: 10194821.

HSL color Cylindrical-coordinate representation of color #858F9B: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858F9B is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133143155-
CMYK0.140.0800.39
HSL212.73º9.91%56.47%-
HSV(B)212.73º14.19%60.78%-
XYZ25.412734.88-
YUV141.38135.69122.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=30.86%
G=33.18%
B=35.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331431550.140.0800.39212.739.9156.47
Hex858F9BE8027d5a38
Octal20521723316100473251270
Binary100001011000111110011011111010000100111110101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858F9B; }

 p { color: rgb(133,143,155); }

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

<style>
 a { background-color: #858F9B; }

 a { background-color: rgb(133,143,155); }

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

<style>
 span { border-color: #858F9B; }

 span { border-color: rgb(133,143,155); }

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