Html Css Color HEX #808190 Manatee

📋 copy color: '#808190'

red 128 ◦ green 129 ◦ blue 144

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

Shades of Manatee #808190

Tints of Manatee #808190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 31.92%
G = 32.17%
B = 35.91%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#808190 (or 0x808190) is known color: Manatee. HEX triplet: 80, 81 and 90. RGB value is (128,129,144). Sum of RGB (Red+Green+Blue) = 128+129+144=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #808190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808190 is #7F7E6F. Grayscale: #828282. Windows color (decimal): -8355440 or 9470336. OLE color: 9470336.

HSL color Cylindrical-coordinate representation of color #808190: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808190 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 129 144 -
CMYK 0.11 0.10 0 0.44
HSL 236.25º 0.07% 0.53% -
HSV(B) 236.25º 0.11% 0.56% -
XYZ 21.79 22.3 29.54 -
YUV 130.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 128 129 144 0.11 0.10 0 0.44 236.25 0.07 0.53
Hex 80 81 90 B A 0 2C EC 7 35
Octal 200 201 220 13 12 0 54 354 7 65
Binary 10000000 10000001 10010000 1011 1010 0 101100 11101100 111 110101

Color Harmonies of #808190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808190

Black with #808190

Text Example


Text Example

White with #808190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808190; }

 p { color: rgb(128,129,144); }

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

background-color css

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

 a { background-color: rgb(128,129,144); }

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

border-color css

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

 span { border-color: rgb(128,129,144); }

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