#8F919D

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

Shades of Manatee #8F919D

Tints of Manatee #8F919D

Color information

#8F919D (or 0x8F919D) is unknown color: approx Manatee. HEX triplet: 8F, 91 and 9D. RGB value is (143,145,157). Sum of RGB (Red+Green+Blue) = 143+145+157=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F919D is #706E62. Grayscale: #919191. Windows color (decimal): -7368291 or 10326415. OLE color: 10326415.

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

Color convert

RGB143145157-
CMYK0.090.0800.38
HSL231.43º6.67%58.82%-
HSV(B)231.43º8.92%61.57%-
XYZ27.5428.5235.95-
YUV145.77134.34126.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.13%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=32.13%
G=32.58%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431451570.090.0800.38231.436.6758.82
Hex8F919D98026e773b
Octal2172212351110046347773
Binary10001111100100011001110110011000010011011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,145,157); }

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

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

 a { background-color: rgb(143,145,157); }

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

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

 span { border-color: rgb(143,145,157); }

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