#8F97A5

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

Shades of Manatee #8F97A5

Tints of Manatee #8F97A5

Color information

#8F97A5 (or 0x8F97A5) is unknown color: approx Manatee. HEX triplet: 8F, 97 and A5. RGB value is (143,151,165). Sum of RGB (Red+Green+Blue) = 143+151+165=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 165 - color contains mainly: blue. Hex color #8F97A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F97A5 is #70685A. Grayscale: #969696. Windows color (decimal): -7366747 or 10852239. OLE color: 10852239.

HSL color Cylindrical-coordinate representation of color #8F97A5: hue angle of 218.18º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F97A5 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB143151165-
CMYK0.130.0800.35
HSL218.18º10.89%60.39%-
HSV(B)218.18º13.33%64.71%-
XYZ29.1930.6939.98-
YUV150.2136.35122.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=31.15%
G=32.90%
B=35.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431511650.130.0800.35218.1810.8960.39
Hex8F97A5D8023dab3c
Octal21722724515100433321374
Binary100011111001011110100101110110000100011110110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F97A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,165); }

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

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

 a { background-color: rgb(143,151,165); }

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

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

 span { border-color: rgb(143,151,165); }

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