Html Css Color HEX #808495 Manatee

📋 copy color: '#808495'

red 128 ◦ green 132 ◦ blue 149

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

Shades of Manatee #808495

Tints of Manatee #808495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 31.3%
G = 32.27%
B = 36.43%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808495 (or 0x808495) is known color: Manatee. HEX triplet: 80, 84 and 95. RGB value is (128,132,149). Sum of RGB (Red+Green+Blue) = 128+132+149=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #808495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808495 is #7F7B6A. Grayscale: #848484. Windows color (decimal): -8354667 or 9798784. OLE color: 9798784.

HSL color Cylindrical-coordinate representation of color #808495: hue angle of 228.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808495 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 132 149 -
CMYK 0.14 0.11 0 0.42
HSL 228.57º 0.09% 0.54% -
HSV(B) 228.57º 0.14% 0.58% -
XYZ 22.58 23.26 31.73 -
YUV 132.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 128 132 149 0.14 0.11 0 0.42 228.57 0.09 0.54
Hex 80 84 95 E B 0 2A E5 9 36
Octal 200 204 225 16 13 0 52 345 11 66
Binary 10000000 10000100 10010101 1110 1011 0 101010 11100101 1001 110110

Color Harmonies of #808495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808495

Black with #808495

Text Example


Text Example

White with #808495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808495; }

 p { color: rgb(128,132,149); }

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

background-color css

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

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

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

border-color css

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

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

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