#8A909B

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

Shades of Manatee #8A909B

Tints of Manatee #8A909B

Color information

#8A909B (or 0x8A909B) is unknown color: approx Manatee. HEX triplet: 8A, 90 and 9B. RGB value is (138,144,155). Sum of RGB (Red+Green+Blue) = 138+144+155=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A909B is #756F64. Grayscale: #8F8F8F. Windows color (decimal): -7696229 or 10195082. OLE color: 10195082.

HSL color Cylindrical-coordinate representation of color #8A909B: hue angle of 218.82º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A909B is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB138144155-
CMYK0.110.0700.39
HSL218.82º7.83%57.45%-
HSV(B)218.82º10.97%60.78%-
XYZ26.3727.7234.97-
YUV143.46134.51124.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=31.58%
G=32.95%
B=35.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381441550.110.0700.39218.827.8357.45
Hex8A909BB7027db839
Octal2122202331370473331071
Binary10001010100100001001101110111110100111110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,144,155); }

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

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

 a { background-color: rgb(138,144,155); }

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

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

 span { border-color: rgb(138,144,155); }

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