Html Css Color HEX #80819E Manatee

📋 copy color: '#80819E'

red 128 ◦ green 129 ◦ blue 158

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

Shades of Manatee #80819E

Tints of Manatee #80819E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 30.84%
G = 31.08%
B = 38.07%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80819E (or 0x80819E) is known color: Manatee. HEX triplet: 80, 81 and 9E. RGB value is (128,129,158). Sum of RGB (Red+Green+Blue) = 128+129+158=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #80819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80819E is #7F7E61. Grayscale: #838383. Windows color (decimal): -8355426 or 10387840. OLE color: 10387840.

HSL color Cylindrical-coordinate representation of color #80819E: hue angle of 238º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80819E is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 129 158 -
CMYK 0.19 0.18 0 0.38
HSL 238º 0.13% 0.56% -
HSV(B) 238º 0.19% 0.62% -
XYZ 22.92 22.76 35.53 -
YUV 132.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 128 129 158 0.19 0.18 0 0.38 238 0.13 0.56
Hex 80 81 9E 13 12 0 26 EE D 38
Octal 200 201 236 23 22 0 46 356 15 70
Binary 10000000 10000001 10011110 10011 10010 0 100110 11101110 1101 111000

Color Harmonies of #80819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80819E

Black with #80819E

Text Example


Text Example

White with #80819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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