Html Css Color HEX #80809A Manatee

📋 copy color: '#80809A'

red 128 ◦ green 128 ◦ blue 154

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

Shades of Manatee #80809A

Tints of Manatee #80809A

RGB

 RED value IS 128 (50.39% from 255) = 31.22%

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 31.22%
G = 31.22%
B = 37.56%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80809A (or 0x80809A) is known color: Manatee. HEX triplet: 80, 80 and 9A. RGB value is (128,128,154). Sum of RGB (Red+Green+Blue) = 128+128+154=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #80809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80809A is #7F7F65. Grayscale: #828282. Windows color (decimal): -8355686 or 10125440. OLE color: 10125440.

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

Color convert

RGB 128 128 154 -
CMYK 0.17 0.17 0 0.40
HSL 240º 0.11% 0.55% -
HSV(B) 240º 0.17% 0.6% -
XYZ 22.45 22.36 33.7 -
YUV 130.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 128 128 154 0.17 0.17 0 0.40 240 0.11 0.55
Hex 80 80 9A 11 11 0 28 F0 B 37
Octal 200 200 232 21 21 0 50 360 13 67
Binary 10000000 10000000 10011010 10001 10001 0 101000 11110000 1011 110111

Color Harmonies of #80809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80809A

Black with #80809A

Text Example


Text Example

White with #80809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80809A; }

 p { color: rgb(128,128,154); }

 H1.HeaderClassName
 {
   color: #80809A;
 }
 .AnyTagClassName
 {
   color: #80809A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #80809A;
 }
 .BgClassName
 {
   background-color: #80809A;
 }
</style>

border-color css

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

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

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