Html Css Color HEX #808391 Manatee

📋 copy color: '#808391'

red 128 ◦ green 131 ◦ blue 145

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

Shades of Manatee #808391

Tints of Manatee #808391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 31.68%
G = 32.43%
B = 35.89%

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

#808391 (or 0x808391) is known color: Manatee. HEX triplet: 80, 83 and 91. RGB value is (128,131,145). Sum of RGB (Red+Green+Blue) = 128+131+145=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #808391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808391 is #7F7C6E. Grayscale: #838383. Windows color (decimal): -8354927 or 9536384. OLE color: 9536384.

HSL color Cylindrical-coordinate representation of color #808391: hue angle of 229.41º degrees, saturation: 0.07, 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 #808391 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 131 145 -
CMYK 0.12 0.10 0 0.43
HSL 229.41º 0.07% 0.54% -
HSV(B) 229.41º 0.12% 0.57% -
XYZ 22.13 22.87 30.04 -
YUV 131.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 128 131 145 0.12 0.10 0 0.43 229.41 0.07 0.54
Hex 80 83 91 C A 0 2B E5 7 36
Octal 200 203 221 14 12 0 53 345 7 66
Binary 10000000 10000011 10010001 1100 1010 0 101011 11100101 111 110110

Color Harmonies of #808391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808391

Black with #808391

Text Example


Text Example

White with #808391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808391; }

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

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

background-color css

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

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

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

border-color css

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

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

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