#968DAC

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

Shades of Grey Suit #968DAC

Tints of Grey Suit #968DAC

Color information

#968DAC (or 0x968DAC) is unknown color: approx Grey Suit. HEX triplet: 96, 8D and AC. RGB value is (150,141,172). Sum of RGB (Red+Green+Blue) = 150+141+172=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #968DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAC is #697253. Grayscale: #939393. Windows color (decimal): -6910548 or 11308438. OLE color: 11308438.

HSL color Cylindrical-coordinate representation of color #968DAC: hue angle of 257.42º 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 #968DAC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150141172-
CMYK0.130.1800.33
HSL257.42º15.74%61.37%-
HSV(B)257.42º18.02%67.45%-
XYZ29.5528.5142.98-
YUV147.22141.98129.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=32.40%
G=30.45%
B=37.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501411720.130.1800.33257.4215.7461.37
Hex968DACD12021101103d
Octal22621525415220414012075
Binary100101101000110110101100110110010010000110000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968DAC; }

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

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

<style>
 a { background-color: #968DAC; }

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

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

<style>
 span { border-color: #968DAC; }

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

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