#8A92AB

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

Shades of Manatee #8A92AB

Tints of Manatee #8A92AB

Color information

#8A92AB (or 0x8A92AB) is unknown color: approx Manatee. HEX triplet: 8A, 92 and AB. RGB value is (138,146,171). Sum of RGB (Red+Green+Blue) = 138+146+171=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A92AB is #756D54. Grayscale: #929292. Windows color (decimal): -7695701 or 11244170. OLE color: 11244170.

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

Color convert

RGB138146171-
CMYK0.190.1500.33
HSL225.45º16.42%60.59%-
HSV(B)225.45º19.3%67.06%-
XYZ28.1128.942.62-
YUV146.46141.85121.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=30.33%
G=32.09%
B=37.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381461710.190.1500.33225.4516.4260.59
Hex8A92AB13F021e1103d
Octal21222225323170413412075
Binary10001010100100101010101110011111101000011110000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,171); }

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

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

 a { background-color: rgb(138,146,171); }

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

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

 span { border-color: rgb(138,146,171); }

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