Html Css Color HEX #808399 Manatee

📋 copy color: '#808399'

red 128 ◦ green 131 ◦ blue 153

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

Shades of Manatee #808399

Tints of Manatee #808399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

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

R = 31.07%
G = 31.8%
B = 37.14%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#808399 (or 0x808399) is known color: Manatee. HEX triplet: 80, 83 and 99. RGB value is (128,131,153). Sum of RGB (Red+Green+Blue) = 128+131+153=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #808399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808399 is #7F7C66. Grayscale: #848484. Windows color (decimal): -8354919 or 10060672. OLE color: 10060672.

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

Color convert

RGB 128 131 153 -
CMYK 0.16 0.14 0 0.4
HSL 232.8º 0.11% 0.55% -
HSV(B) 232.8º 0.16% 0.6% -
XYZ 22.77 23.12 33.4 -
YUV 132.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 128 131 153 0.16 0.14 0 0.4 232.8 0.11 0.55
Hex 80 83 99 10 E 0 28 E9 B 37
Octal 200 203 231 20 16 0 50 351 13 67
Binary 10000000 10000011 10011001 10000 1110 0 101000 11101001 1011 110111

Color Harmonies of #808399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808399

Black with #808399

Text Example


Text Example

White with #808399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808399; }

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

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

background-color css

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

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

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

border-color css

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

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

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