#8F89AA

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

Shades of Grey Suit #8F89AA

Tints of Grey Suit #8F89AA

Color information

#8F89AA (or 0x8F89AA) is unknown color: approx Grey Suit. HEX triplet: 8F, 89 and AA. RGB value is (143,137,170). Sum of RGB (Red+Green+Blue) = 143+137+170=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F89AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F89AA is #707655. Grayscale: #8E8E8E. Windows color (decimal): -7370326 or 11176335. OLE color: 11176335.

HSL color Cylindrical-coordinate representation of color #8F89AA: hue angle of 250.91º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F89AA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143137170-
CMYK0.160.1900.33
HSL250.91º16.26%60.2%-
HSV(B)250.91º19.41%66.67%-
XYZ27.5326.6341.72-
YUV142.56143.49128.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=31.78%
G=30.44%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431371700.160.1900.33250.9116.2660.2
Hex8F89AA1013021fb103c
Octal21721125220230413732074
Binary100011111000100110101010100001001101000011111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,137,170); }

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

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

 a { background-color: rgb(143,137,170); }

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

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

 span { border-color: rgb(143,137,170); }

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