#8F93AB

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

Shades of Manatee #8F93AB

Tints of Manatee #8F93AB

Color information

#8F93AB (or 0x8F93AB) is unknown color: approx Manatee. HEX triplet: 8F, 93 and AB. RGB value is (143,147,171). Sum of RGB (Red+Green+Blue) = 143+147+171=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93AB is #706C54. Grayscale: #949494. Windows color (decimal): -7367765 or 11244431. OLE color: 11244431.

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

Color convert

RGB143147171-
CMYK0.160.1400.33
HSL231.43º14.29%61.57%-
HSV(B)231.43º16.37%67.06%-
XYZ29.1129.6542.72-
YUV148.54140.67124.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=31.02%
G=31.89%
B=37.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431471710.160.1400.33231.4314.2961.57
Hex8F93AB10E021e7e3e
Octal21722325320160413471676
Binary1000111110010011101010111000011100100001111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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