#8B919E

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

Shades of Manatee #8B919E

Tints of Manatee #8B919E

Color information

#8B919E (or 0x8B919E) is unknown color: approx Manatee. HEX triplet: 8B, 91 and 9E. RGB value is (139,145,158). Sum of RGB (Red+Green+Blue) = 139+145+158=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B919E is #746E61. Grayscale: #909090. Windows color (decimal): -7630434 or 10391947. OLE color: 10391947.

HSL color Cylindrical-coordinate representation of color #8B919E: hue angle of 221.05º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B919E is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139145158-
CMYK0.120.0800.38
HSL221.05º8.92%58.24%-
HSV(B)221.05º12.03%61.96%-
XYZ26.9428.2136.37-
YUV144.69135.51123.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.45%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=31.45%
G=32.81%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391451580.120.0800.38221.058.9258.24
Hex8B919EC8026dd93a
Octal21322123614100463351172
Binary100010111001000110011110110010000100110110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,145,158); }

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

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

 a { background-color: rgb(139,145,158); }

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

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

 span { border-color: rgb(139,145,158); }

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