#858D98

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

Shades of Light Slate Grey #858D98

Tints of Light Slate Grey #858D98

Color information

#858D98 (or 0x858D98) is unknown color: approx Light Slate Grey. HEX triplet: 85, 8D and 98. RGB value is (133,141,152). Sum of RGB (Red+Green+Blue) = 133+141+152=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #858D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D98 is #7A7267. Grayscale: #8B8B8B. Windows color (decimal): -8024680 or 9997701. OLE color: 9997701.

HSL color Cylindrical-coordinate representation of color #858D98: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858D98 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133141152-
CMYK0.130.0700.40
HSL214.74º8.44%55.88%-
HSV(B)214.74º12.5%59.61%-
XYZ24.8726.333.47-
YUV139.86134.85123.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=31.22%
G=33.10%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331411520.130.0700.40214.748.4455.88
Hex858D98D7028d7838
Octal2052152301570503271070
Binary10000101100011011001100011011110101000110101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,141,152); }

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

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

 a { background-color: rgb(133,141,152); }

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

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

 span { border-color: rgb(133,141,152); }

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