Html Css Color HEX #808199 Manatee

📋 copy color: '#808199'

red 128 ◦ green 129 ◦ blue 153

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

Shades of Manatee #808199

Tints of Manatee #808199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

 BLUE value IS 153 (60.16% from 255) = 37.32%

R = 31.22%
G = 31.46%
B = 37.32%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#808199 (or 0x808199) is known color: Manatee. HEX triplet: 80, 81 and 99. RGB value is (128,129,153). Sum of RGB (Red+Green+Blue) = 128+129+153=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #808199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808199 is #7F7E66. Grayscale: #838383. Windows color (decimal): -8355431 or 10060160. OLE color: 10060160.

HSL color Cylindrical-coordinate representation of color #808199: hue angle of 237.6º degrees, saturation: 0.11, 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 #808199 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 129 153 -
CMYK 0.16 0.16 0 0.4
HSL 237.6º 0.11% 0.55% -
HSV(B) 237.6º 0.16% 0.6% -
XYZ 22.5 22.59 33.31 -
YUV 131.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 128 129 153 0.16 0.16 0 0.4 237.6 0.11 0.55
Hex 80 81 99 10 10 0 28 EE B 37
Octal 200 201 231 20 20 0 50 356 13 67
Binary 10000000 10000001 10011001 10000 10000 0 101000 11101110 1011 110111

Color Harmonies of #808199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808199

Black with #808199

Text Example


Text Example

White with #808199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808199; }

 p { color: rgb(128,129,153); }

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

background-color css

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

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

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

border-color css

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

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

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