#968DAD

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

Shades of Grey Suit #968DAD

Tints of Grey Suit #968DAD

Color information

#968DAD (or 0x968DAD) is unknown color: approx Grey Suit. HEX triplet: 96, 8D and AD. RGB value is (150,141,173). Sum of RGB (Red+Green+Blue) = 150+141+173=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #968DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAD is #697252. Grayscale: #939393. Windows color (decimal): -6910547 or 11373974. OLE color: 11373974.

HSL color Cylindrical-coordinate representation of color #968DAD: hue angle of 256.88º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #968DAD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150141173-
CMYK0.130.1800.32
HSL256.88º16.33%61.57%-
HSV(B)256.88º18.5%67.84%-
XYZ29.6528.5543.48-
YUV147.34142.48129.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=32.33%
G=30.39%
B=37.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501411730.130.1800.32256.8816.3361.57
Hex968DADD12020101103e
Octal22621525515220404012076
Binary100101101000110110101101110110010010000010000000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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