#8F93AE

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

Shades of Manatee #8F93AE

Tints of Manatee #8F93AE

Color information

#8F93AE (or 0x8F93AE) is unknown color: approx Manatee. HEX triplet: 8F, 93 and AE. RGB value is (143,147,174). Sum of RGB (Red+Green+Blue) = 143+147+174=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F93AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93AE is #706C51. Grayscale: #949494. Windows color (decimal): -7367762 or 11441039. OLE color: 11441039.

HSL color Cylindrical-coordinate representation of color #8F93AE: hue angle of 232.26º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F93AE is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143147174-
CMYK0.180.1600.32
HSL232.26º16.06%62.16%-
HSV(B)232.26º17.82%68.24%-
XYZ29.429.7644.24-
YUV148.88142.17123.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=30.82%
G=31.68%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431471740.180.1600.32232.2616.0662.16
Hex8F93AE1210020e8103e
Octal21722325622200403502076
Binary100011111001001110101110100101000001000001110100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,174); }

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

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

 a { background-color: rgb(143,147,174); }

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

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

 span { border-color: rgb(143,147,174); }

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