Html Css Color HEX #80819D Manatee

📋 copy color: '#80819D'

red 128 ◦ green 129 ◦ blue 157

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

Shades of Manatee #80819D

Tints of Manatee #80819D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 30.92%
G = 31.16%
B = 37.92%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80819D (or 0x80819D) is known color: Manatee. HEX triplet: 80, 81 and 9D. RGB value is (128,129,157). Sum of RGB (Red+Green+Blue) = 128+129+157=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #80819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80819D is #7F7E62. Grayscale: #838383. Windows color (decimal): -8355427 or 10322304. OLE color: 10322304.

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

Color convert

RGB 128 129 157 -
CMYK 0.18 0.18 0 0.38
HSL 237.93º 0.13% 0.56% -
HSV(B) 237.93º 0.18% 0.62% -
XYZ 22.84 22.72 35.08 -
YUV 131.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 128 129 157 0.18 0.18 0 0.38 237.93 0.13 0.56
Hex 80 81 9D 12 12 0 26 EE D 38
Octal 200 201 235 22 22 0 46 356 15 70
Binary 10000000 10000001 10011101 10010 10010 0 100110 11101110 1101 111000

Color Harmonies of #80819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80819D

Black with #80819D

Text Example


Text Example

White with #80819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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