#8B94AF

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

Shades of Manatee #8B94AF

Tints of Manatee #8B94AF

Color information

#8B94AF (or 0x8B94AF) is unknown color: approx Manatee. HEX triplet: 8B, 94 and AF. RGB value is (139,148,175). Sum of RGB (Red+Green+Blue) = 139+148+175=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B94AF is #746B50. Grayscale: #949494. Windows color (decimal): -7629649 or 11506827. OLE color: 11506827.

HSL color Cylindrical-coordinate representation of color #8B94AF: hue angle of 225º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B94AF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139148175-
CMYK0.210.1500.31
HSL225º18.37%61.57%-
HSV(B)225º20.57%68.63%-
XYZ28.9829.7644.78-
YUV148.39143.02121.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=30.09%
G=32.03%
B=37.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391481750.210.1500.3122518.3761.57
Hex8B94AF15F01Fe1123e
Octal21322425725170373412276
Binary1000101110010100101011111010111110111111110000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,148,175); }

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

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

 a { background-color: rgb(139,148,175); }

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

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

 span { border-color: rgb(139,148,175); }

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