#968DAA

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

Shades of Grey Suit #968DAA

Tints of Grey Suit #968DAA

Color information

#968DAA (or 0x968DAA) is unknown color: approx Grey Suit. HEX triplet: 96, 8D and AA. RGB value is (150,141,170). Sum of RGB (Red+Green+Blue) = 150+141+170=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #968DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAA is #697255. Grayscale: #929292. Windows color (decimal): -6910550 or 11177366. OLE color: 11177366.

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

Color convert

RGB150141170-
CMYK0.120.1700.33
HSL258.62º14.57%60.98%-
HSV(B)258.62º17.06%66.67%-
XYZ29.3628.4441.97-
YUV147140.98130.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=32.54%
G=30.59%
B=36.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501411700.120.1700.33258.6214.5760.98
Hex968DAAC11021103f3d
Octal22621525214210414031775
Binary10010110100011011010101011001000101000011000000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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