#809098

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

Shades of Light Slate Grey #809098

Tints of Light Slate Grey #809098

Color information

#809098 (or 0x809098) is unknown color: approx Light Slate Grey. HEX triplet: 80, 90 and 98. RGB value is (128,144,152). Sum of RGB (Red+Green+Blue) = 128+144+152=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #809098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809098 is #7F6F67. Grayscale: #8C8C8C. Windows color (decimal): -8351592 or 9998464. OLE color: 9998464.

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

Color convert

RGB128144152-
CMYK0.160.0500.40
HSL200º10.43%54.9%-
HSV(B)200º15.79%59.61%-
XYZ24.5426.833.59-
YUV140.13134.7119.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=30.19%
G=33.96%
B=35.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281441520.160.0500.4020010.4354.9
Hex809098105028c8a37
Octal2002202302050503101267
Binary100000001001000010011000100001010101000110010001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809098; }

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

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

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

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

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

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

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

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