#899098

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

Shades of Light Slate Grey #899098

Tints of Light Slate Grey #899098

Color information

#899098 (or 0x899098) is unknown color: approx Light Slate Grey. HEX triplet: 89, 90 and 98. RGB value is (137,144,152). Sum of RGB (Red+Green+Blue) = 137+144+152=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #899098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899098 is #766F67. Grayscale: #8E8E8E. Windows color (decimal): -7761768 or 9998473. OLE color: 9998473.

HSL color Cylindrical-coordinate representation of color #899098: hue angle of 212º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899098 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137144152-
CMYK0.100.0500.40
HSL212º6.79%56.67%-
HSV(B)212º9.87%59.61%-
XYZ25.9627.5333.65-
YUV142.82133.18123.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=31.64%
G=33.26%
B=35.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371441520.100.0500.402126.7956.67
Hex899098A5028d4739
Octal211220230125050324771
Binary1000100110010000100110001010101010100011010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899098; }

 p { color: rgb(137,144,152); }

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

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

 a { background-color: rgb(137,144,152); }

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

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

 span { border-color: rgb(137,144,152); }

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