#8F84AB

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

Shades of Grey Suit #8F84AB

Tints of Grey Suit #8F84AB

Color information

#8F84AB (or 0x8F84AB) is unknown color: approx Grey Suit. HEX triplet: 8F, 84 and AB. RGB value is (143,132,171). Sum of RGB (Red+Green+Blue) = 143+132+171=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F84AB is #707B54. Grayscale: #8B8B8B. Windows color (decimal): -7371605 or 11240591. OLE color: 11240591.

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

Color convert

RGB143132171-
CMYK0.160.2300.33
HSL256.92º18.84%59.41%-
HSV(B)256.92º22.81%67.06%-
XYZ26.9325.2841.99-
YUV139.73145.64130.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.06%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=32.06%
G=29.60%
B=38.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431321710.160.2300.33256.9218.8459.41
Hex8F84AB1017021101133b
Octal21720425320270414012373
Binary1000111110000100101010111000010111010000110000000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,132,171); }

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

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

 a { background-color: rgb(143,132,171); }

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

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

 span { border-color: rgb(143,132,171); }

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