Html Css Color HEX #808493 Manatee

📋 copy color: '#808493'

red 128 ◦ green 132 ◦ blue 147

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

Shades of Manatee #808493

Tints of Manatee #808493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 31.45%
G = 32.43%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808493 (or 0x808493) is known color: Manatee. HEX triplet: 80, 84 and 93. RGB value is (128,132,147). Sum of RGB (Red+Green+Blue) = 128+132+147=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #808493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808493 is #7F7B6C. Grayscale: #848484. Windows color (decimal): -8354669 or 9667712. OLE color: 9667712.

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

Color convert

RGB 128 132 147 -
CMYK 0.13 0.10 0 0.42
HSL 227.37º 0.08% 0.54% -
HSV(B) 227.37º 0.13% 0.58% -
XYZ 22.42 23.2 30.9 -
YUV 132.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 128 132 147 0.13 0.10 0 0.42 227.37 0.08 0.54
Hex 80 84 93 D A 0 2A E3 8 36
Octal 200 204 223 15 12 0 52 343 10 66
Binary 10000000 10000100 10010011 1101 1010 0 101010 11100011 1000 110110

Color Harmonies of #808493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808493

Black with #808493

Text Example


Text Example

White with #808493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808493; }

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

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

background-color css

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

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

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

border-color css

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

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

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