#8F939D

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

Shades of Manatee #8F939D

Tints of Manatee #8F939D

Color information

#8F939D (or 0x8F939D) is unknown color: approx Manatee. HEX triplet: 8F, 93 and 9D. RGB value is (143,147,157). Sum of RGB (Red+Green+Blue) = 143+147+157=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F939D is #706C62. Grayscale: #929292. Windows color (decimal): -7367779 or 10326927. OLE color: 10326927.

HSL color Cylindrical-coordinate representation of color #8F939D: hue angle of 222.86º 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 #8F939D is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143147157-
CMYK0.090.0600.38
HSL222.86º6.67%58.82%-
HSV(B)222.86º8.92%61.57%-
XYZ27.8529.1436.06-
YUV146.94133.67125.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=31.99%
G=32.89%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431471570.090.0600.38222.866.6758.82
Hex8F939D96026df73b
Octal217223235116046337773
Binary1000111110010011100111011001110010011011011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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