Html Css Color HEX #809098 Light Slate Grey

📋 copy color: '#809098'

red 128 ◦ green 144 ◦ blue 152

#809098
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #809098

Tints of Light Slate Grey #809098

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 value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#809098 (or 0x809098) is known color: 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

RGB 128 144 152 -
CMYK 0.16 0.05 0 0.40
HSL 200º 0.1% 0.55% -
HSV(B) 200º 0.16% 0.6% -
XYZ 24.54 26.8 33.59 -
YUV 140.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 128 144 152 0.16 0.05 0 0.40 200 0.1 0.55
Hex 80 90 98 10 5 0 28 C8 A 37
Octal 200 220 230 20 5 0 50 310 12 67
Binary 10000000 10010000 10011000 10000 101 0 101000 11001000 1010 110111

Color Harmonies of #809098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809098

Black with #809098

Text Example


Text Example

White with #809098

Text Example


Text Example

HTML Codes & Css Web 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>