#8F8DAC

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

Shades of Grey Suit #8F8DAC

Tints of Grey Suit #8F8DAC

Color information

#8F8DAC (or 0x8F8DAC) is unknown color: approx Grey Suit. HEX triplet: 8F, 8D and AC. RGB value is (143,141,172). Sum of RGB (Red+Green+Blue) = 143+141+172=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8DAC is #707253. Grayscale: #919191. Windows color (decimal): -7369300 or 11308431. OLE color: 11308431.

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

Color convert

RGB143141172-
CMYK0.170.1800.33
HSL243.87º15.74%61.37%-
HSV(B)243.87º18.02%67.45%-
XYZ28.327.8742.92-
YUV145.13143.16126.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=31.36%
G=30.92%
B=37.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431411720.170.1800.33243.8715.7461.37
Hex8F8DAC1112021f4103d
Octal21721525421220413642075
Binary100011111000110110101100100011001001000011111010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,141,172); }

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

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

 a { background-color: rgb(143,141,172); }

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

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

 span { border-color: rgb(143,141,172); }

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