#8F98A9

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

Shades of Manatee #8F98A9

Tints of Manatee #8F98A9

Color information

#8F98A9 (or 0x8F98A9) is unknown color: approx Manatee. HEX triplet: 8F, 98 and A9. RGB value is (143,152,169). Sum of RGB (Red+Green+Blue) = 143+152+169=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 169 - color contains mainly: blue. Hex color #8F98A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F98A9 is #706756. Grayscale: #979797. Windows color (decimal): -7366487 or 11114639. OLE color: 11114639.

HSL color Cylindrical-coordinate representation of color #8F98A9: hue angle of 219.23º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F98A9 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB143152169-
CMYK0.150.1000.34
HSL219.23º13.13%61.18%-
HSV(B)219.23º15.38%66.27%-
XYZ29.7231.1641.98-
YUV151.25138.02122.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=30.82%
G=32.76%
B=36.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1431521690.150.1000.34219.2313.1361.18
Hex8F98A9FA022dbd3d
Octal21723025117120423331575
Binary100011111001100010101001111110100100010110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F98A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,169); }

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

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

 a { background-color: rgb(143,152,169); }

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

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

 span { border-color: rgb(143,152,169); }

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