#8B93AA

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

Shades of Manatee #8B93AA

Tints of Manatee #8B93AA

Color information

#8B93AA (or 0x8B93AA) is unknown color: approx Manatee. HEX triplet: 8B, 93 and AA. RGB value is (139,147,170). Sum of RGB (Red+Green+Blue) = 139+147+170=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B93AA is #746C55. Grayscale: #939393. Windows color (decimal): -7629910 or 11178891. OLE color: 11178891.

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

Color convert

RGB139147170-
CMYK0.180.1400.33
HSL224.52º15.42%60.59%-
HSV(B)224.52º18.24%66.67%-
XYZ28.3429.2642.18-
YUV147.23140.85122.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=30.48%
G=32.24%
B=37.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391471700.180.1400.33224.5215.4260.59
Hex8B93AA12E021e1f3d
Octal21322325222160413411775
Binary1000101110010011101010101001011100100001111000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,170); }

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

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

 a { background-color: rgb(139,147,170); }

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

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

 span { border-color: rgb(139,147,170); }

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