#807FA2

Color #807FA2 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #807FA2

Tints of Manatee #807FA2

Color information

#807FA2 (or 0x807FA2) is unknown color: approx Manatee. HEX triplet: 80, 7F and A2. RGB value is (128,127,162). Sum of RGB (Red+Green+Blue) = 128+127+162=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #807FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FA2 is #7F805D. Grayscale: #838383. Windows color (decimal): -8355934 or 10649472. OLE color: 10649472.

HSL color Cylindrical-coordinate representation of color #807FA2: hue angle of 241.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807FA2 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128127162-
CMYK0.210.2200.36
HSL241.71º15.84%56.67%-
HSV(B)241.71º21.6%63.53%-
XYZ23.0122.3837.29-
YUV131.29145.33125.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=30.70%
G=30.46%
B=38.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281271620.210.2200.36241.7115.8456.67
Hex807FA21516024f21039
Octal20017724225260443622071
Binary10000000111111110100010101011011001001001111001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807FA2; }

 p { color: rgb(128,127,162); }

 H1.HeaderClassName
 {
   color: #807FA2;
 }
 .AnyTagClassName
 {
   color: #807FA2;
 }
</style>
background-color css

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

 a { background-color: rgb(128,127,162); }

 div.DivClassName
 {
   background-color: #807FA2;
 }
 .BgClassName
 {
   background-color: #807FA2;
 }
</style>
border-color css

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

 span { border-color: rgb(128,127,162); }

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