#8F92A7

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

Shades of Manatee #8F92A7

Tints of Manatee #8F92A7

Color information

#8F92A7 (or 0x8F92A7) is unknown color: approx Manatee. HEX triplet: 8F, 92 and A7. RGB value is (143,146,167). Sum of RGB (Red+Green+Blue) = 143+146+167=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 167 - color contains mainly: blue. Hex color #8F92A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F92A7 is #706D58. Grayscale: #939393. Windows color (decimal): -7368025 or 10982031. OLE color: 10982031.

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

Color convert

RGB143146167-
CMYK0.140.1300.35
HSL232.5º12%60.78%-
HSV(B)232.5º14.37%65.49%-
XYZ28.5829.1940.69-
YUV147.5139.01124.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=31.36%
G=32.02%
B=36.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431461670.140.1300.35232.51260.78
Hex8F92A7ED023e8c3d
Octal21722224716150433501475
Binary100011111001001010100111111011010100011111010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F92A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,146,167); }

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

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

 a { background-color: rgb(143,146,167); }

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

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

 span { border-color: rgb(143,146,167); }

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