#858F98

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

Shades of Light Slate Grey #858F98

Tints of Light Slate Grey #858F98

Color information

#858F98 (or 0x858F98) is unknown color: approx Light Slate Grey. HEX triplet: 85, 8F and 98. RGB value is (133,143,152). Sum of RGB (Red+Green+Blue) = 133+143+152=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 152 - color contains mainly: blue. Hex color #858F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F98 is #7A7067. Grayscale: #8C8C8C. Windows color (decimal): -8024168 or 9998213. OLE color: 9998213.

HSL color Cylindrical-coordinate representation of color #858F98: hue angle of 208.42º 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 #858F98 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133143152-
CMYK0.130.0600.40
HSL208.42º8.44%55.88%-
HSV(B)208.42º12.5%59.61%-
XYZ25.1626.933.57-
YUV141.04134.19122.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=31.07%
G=33.41%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331431520.130.0600.40208.428.4455.88
Hex858F98D6028d0838
Octal2052172301560503201070
Binary10000101100011111001100011011100101000110100001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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