#8B92AA

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

Shades of Manatee #8B92AA

Tints of Manatee #8B92AA

Color information

#8B92AA (or 0x8B92AA) is unknown color: approx Manatee. HEX triplet: 8B, 92 and AA. RGB value is (139,146,170). Sum of RGB (Red+Green+Blue) = 139+146+170=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B92AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B92AA is #746D55. Grayscale: #929292. Windows color (decimal): -7630166 or 11178635. OLE color: 11178635.

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

Color convert

RGB139146170-
CMYK0.180.1400.33
HSL226.45º15.42%60.59%-
HSV(B)226.45º18.24%66.67%-
XYZ28.1828.9542.13-
YUV146.64141.18122.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=30.55%
G=32.09%
B=37.36%

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
Decimal1391461700.180.1400.33226.4515.4260.59
Hex8B92AA12E021e2f3d
Octal21322225222160413421775
Binary1000101110010010101010101001011100100001111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B92AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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