Html Css Color HEX #80849B Manatee

📋 copy color: '#80849B'

red 128 ◦ green 132 ◦ blue 155

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

Shades of Manatee #80849B

Tints of Manatee #80849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 30.84%
G = 31.81%
B = 37.35%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80849B (or 0x80849B) is known color: Manatee. HEX triplet: 80, 84 and 9B. RGB value is (128,132,155). Sum of RGB (Red+Green+Blue) = 128+132+155=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #80849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80849B is #7F7B64. Grayscale: #858585. Windows color (decimal): -8354661 or 10192000. OLE color: 10192000.

HSL color Cylindrical-coordinate representation of color #80849B: hue angle of 231.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80849B is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 132 155 -
CMYK 0.17 0.15 0 0.39
HSL 231.11º 0.12% 0.55% -
HSV(B) 231.11º 0.17% 0.61% -
XYZ 23.07 23.46 34.32 -
YUV 133.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 128 132 155 0.17 0.15 0 0.39 231.11 0.12 0.55
Hex 80 84 9B 11 F 0 27 E7 C 37
Octal 200 204 233 21 17 0 47 347 14 67
Binary 10000000 10000100 10011011 10001 1111 0 100111 11100111 1100 110111

Color Harmonies of #80849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80849B

Black with #80849B

Text Example


Text Example

White with #80849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80849B; }

 p { color: rgb(128,132,155); }

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

background-color css

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

 a { background-color: rgb(128,132,155); }

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

border-color css

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

 span { border-color: rgb(128,132,155); }

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