#8F96AE

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

Shades of Manatee #8F96AE

Tints of Manatee #8F96AE

Color information

#8F96AE (or 0x8F96AE) is unknown color: approx Manatee. HEX triplet: 8F, 96 and AE. RGB value is (143,150,174). Sum of RGB (Red+Green+Blue) = 143+150+174=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F96AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F96AE is #706951. Grayscale: #969696. Windows color (decimal): -7366994 or 11441807. OLE color: 11441807.

HSL color Cylindrical-coordinate representation of color #8F96AE: hue angle of 226.45º 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 #8F96AE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143150174-
CMYK0.180.1400.32
HSL226.45º16.06%62.16%-
HSV(B)226.45º17.82%68.24%-
XYZ29.8730.7144.4-
YUV150.64141.18122.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.62%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=30.62%
G=32.12%
B=37.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431501740.180.1400.32226.4516.0662.16
Hex8F96AE12E020e2103e
Octal21722625622160403422076
Binary10001111100101101010111010010111001000001110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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