#8E8FAA

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

Shades of Manatee #8E8FAA

Tints of Manatee #8E8FAA

Color information

#8E8FAA (or 0x8E8FAA) is unknown color: approx Manatee. HEX triplet: 8E, 8F and AA. RGB value is (142,143,170). Sum of RGB (Red+Green+Blue) = 142+143+170=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8FAA is #717055. Grayscale: #919191. Windows color (decimal): -7434326 or 11177870. OLE color: 11177870.

HSL color Cylindrical-coordinate representation of color #8E8FAA: hue angle of 237.86º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E8FAA is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142143170-
CMYK0.160.1600.33
HSL237.86º14.14%61.18%-
HSV(B)237.86º16.47%66.67%-
XYZ28.2328.342-
YUV145.78141.67125.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=31.21%
G=31.43%
B=37.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421431700.160.1600.33237.8614.1461.18
Hex8E8FAA1010021eee3d
Octal21621725220200413561675
Binary10001110100011111010101010000100000100001111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8FAA; }

 p { color: rgb(142,143,170); }

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

<style>
 a { background-color: #8E8FAA; }

 a { background-color: rgb(142,143,170); }

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

<style>
 span { border-color: #8E8FAA; }

 span { border-color: rgb(142,143,170); }

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