#8F93AD

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

Shades of Manatee #8F93AD

Tints of Manatee #8F93AD

Color information

#8F93AD (or 0x8F93AD) is unknown color: approx Manatee. HEX triplet: 8F, 93 and AD. RGB value is (143,147,173). Sum of RGB (Red+Green+Blue) = 143+147+173=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93AD is #706C52. Grayscale: #949494. Windows color (decimal): -7367763 or 11375503. OLE color: 11375503.

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

Color convert

RGB143147173-
CMYK0.170.1500.32
HSL232º15.46%61.96%-
HSV(B)232º17.34%67.84%-
XYZ29.329.7243.73-
YUV148.77141.67123.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=30.89%
G=31.75%
B=37.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431471730.170.1500.3223215.4661.96
Hex8F93AD11F020e8f3e
Octal21722325521170403501776
Binary1000111110010011101011011000111110100000111010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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