#8F909B

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

Shades of Manatee #8F909B

Tints of Manatee #8F909B

Color information

#8F909B (or 0x8F909B) is unknown color: approx Manatee. HEX triplet: 8F, 90 and 9B. RGB value is (143,144,155). Sum of RGB (Red+Green+Blue) = 143+144+155=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F909B is #706F64. Grayscale: #909090. Windows color (decimal): -7368549 or 10195087. OLE color: 10195087.

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

Color convert

RGB143144155-
CMYK0.080.0700.39
HSL235º5.66%58.43%-
HSV(B)235º7.74%60.78%-
XYZ27.2228.1535.01-
YUV144.95133.67126.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.35%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=32.35%
G=32.58%
B=35.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431441550.080.0700.392355.6658.43
Hex8F909B87027eb63a
Octal217220233107047353672
Binary1000111110010000100110111000111010011111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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