#7F7EAA

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

Shades of Manatee #7F7EAA

Tints of Manatee #7F7EAA

Color information

#7F7EAA (or 0x7F7EAA) is unknown color: approx Manatee. HEX triplet: 7F, 7E and AA. RGB value is (127,126,170). Sum of RGB (Red+Green+Blue) = 127+126+170=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7EAA is #808155. Grayscale: #838383. Windows color (decimal): -8421718 or 11173503. OLE color: 11173503.

HSL color Cylindrical-coordinate representation of color #7F7EAA: hue angle of 241.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F7EAA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127126170-
CMYK0.250.2600.33
HSL241.36º20.56%58.04%-
HSV(B)241.36º25.88%66.67%-
XYZ23.4722.3441.1-
YUV131.32149.83124.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=30.02%
G=29.79%
B=40.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271261700.250.2600.33241.3620.5658.04
Hex7F7EAA191A021f1153a
Octal17717625231320413612572
Binary1111111111111010101010110011101001000011111000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7EAA; }

 p { color: rgb(127,126,170); }

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

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

 a { background-color: rgb(127,126,170); }

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

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

 span { border-color: rgb(127,126,170); }

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