Html Css Color HEX #808299 Manatee

📋 copy color: '#808299'

red 128 ◦ green 130 ◦ blue 153

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

Shades of Manatee #808299

Tints of Manatee #808299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

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

R = 31.14%
G = 31.63%
B = 37.23%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#808299 (or 0x808299) is known color: Manatee. HEX triplet: 80, 82 and 99. RGB value is (128,130,153). Sum of RGB (Red+Green+Blue) = 128+130+153=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #808299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808299 is #7F7D66. Grayscale: #838383. Windows color (decimal): -8355175 or 10060416. OLE color: 10060416.

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

Color convert

RGB 128 130 153 -
CMYK 0.16 0.15 0 0.4
HSL 235.2º 0.11% 0.55% -
HSV(B) 235.2º 0.16% 0.6% -
XYZ 22.63 22.85 33.36 -
YUV 132.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 128 130 153 0.16 0.15 0 0.4 235.2 0.11 0.55
Hex 80 82 99 10 F 0 28 EB B 37
Octal 200 202 231 20 17 0 50 353 13 67
Binary 10000000 10000010 10011001 10000 1111 0 101000 11101011 1011 110111

Color Harmonies of #808299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808299

Black with #808299

Text Example


Text Example

White with #808299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808299; }

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

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

background-color css

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

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

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

border-color css

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

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

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