#8F96A4

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

Shades of Manatee #8F96A4

Tints of Manatee #8F96A4

Color information

#8F96A4 (or 0x8F96A4) is unknown color: approx Manatee. HEX triplet: 8F, 96 and A4. RGB value is (143,150,164). Sum of RGB (Red+Green+Blue) = 143+150+164=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F96A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F96A4 is #70695B. Grayscale: #959595. Windows color (decimal): -7367004 or 10786447. OLE color: 10786447.

HSL color Cylindrical-coordinate representation of color #8F96A4: hue angle of 220º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F96A4 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB143150164-
CMYK0.130.0900.36
HSL220º10.34%60.2%-
HSV(B)220º12.8%64.31%-
XYZ28.9330.3339.45-
YUV149.5136.18123.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=31.29%
G=32.82%
B=35.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431501640.130.0900.3622010.3460.2
Hex8F96A4D9024dca3c
Octal21722624415110443341274
Binary100011111001011010100100110110010100100110111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,150,164); }

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

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

 a { background-color: rgb(143,150,164); }

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

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

 span { border-color: rgb(143,150,164); }

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