#8B8D92

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

Shades of Manatee #8B8D92

Tints of Manatee #8B8D92

Color information

#8B8D92 (or 0x8B8D92) is unknown color: approx Manatee. HEX triplet: 8B, 8D and 92. RGB value is (139,141,146). Sum of RGB (Red+Green+Blue) = 139+141+146=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B8D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8D92 is #74726D. Grayscale: #8C8C8C. Windows color (decimal): -7631470 or 9604491. OLE color: 9604491.

HSL color Cylindrical-coordinate representation of color #8B8D92: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B8D92 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB139141146-
CMYK0.050.0300.43
HSL222.86º3.11%55.88%-
HSV(B)222.86º4.79%57.25%-
XYZ25.3626.6130.99-
YUV140.97130.84126.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=32.63%
G=33.10%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391411460.050.0300.43222.863.1155.88
Hex8B8D925302Bdf338
Octal21321522253053337370
Binary1000101110001101100100101011101010111101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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