#8F9194

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

Shades of Manatee #8F9194

Tints of Manatee #8F9194

Color information

#8F9194 (or 0x8F9194) is unknown color: approx Manatee. HEX triplet: 8F, 91 and 94. RGB value is (143,145,148). Sum of RGB (Red+Green+Blue) = 143+145+148=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F9194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9194 is #706E6B. Grayscale: #909090. Windows color (decimal): -7368300 or 9736591. OLE color: 9736591.

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

Color convert

RGB143145148-
CMYK0.030.0200.42
HSL216º2.28%57.06%-
HSV(B)216º3.38%58.04%-
XYZ26.828.2332.05-
YUV144.74129.84126.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 148 (58.20% from 255) = 33.94%
R=32.80%
G=33.26%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431451480.030.0200.422162.2857.06
Hex8F91943202Ad8239
Octal21722122432052330271
Binary100011111001000110010100111001010101101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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