Html Css Color HEX #808392 Manatee

📋 copy color: '#808392'

red 128 ◦ green 131 ◦ blue 146

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

Shades of Manatee #808392

Tints of Manatee #808392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 31.6%
G = 32.35%
B = 36.05%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#808392 (or 0x808392) is known color: Manatee. HEX triplet: 80, 83 and 92. RGB value is (128,131,146). Sum of RGB (Red+Green+Blue) = 128+131+146=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #808392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808392 is #7F7C6D. Grayscale: #838383. Windows color (decimal): -8354926 or 9601920. OLE color: 9601920.

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

Color convert

RGB 128 131 146 -
CMYK 0.12 0.10 0 0.43
HSL 230º 0.08% 0.54% -
HSV(B) 230º 0.12% 0.57% -
XYZ 22.21 22.9 30.44 -
YUV 131.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 128 131 146 0.12 0.10 0 0.43 230 0.08 0.54
Hex 80 83 92 C A 0 2B E6 8 36
Octal 200 203 222 14 12 0 53 346 10 66
Binary 10000000 10000011 10010010 1100 1010 0 101011 11100110 1000 110110

Color Harmonies of #808392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808392

Black with #808392

Text Example


Text Example

White with #808392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808392; }

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

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

background-color css

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

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

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

border-color css

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

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

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