#968EA9

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

Shades of Grey Suit #968EA9

Tints of Grey Suit #968EA9

Color information

#968EA9 (or 0x968EA9) is unknown color: approx Grey Suit. HEX triplet: 96, 8E and A9. RGB value is (150,142,169). Sum of RGB (Red+Green+Blue) = 150+142+169=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #968EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968EA9 is #697156. Grayscale: #939393. Windows color (decimal): -6910295 or 11112086. OLE color: 11112086.

HSL color Cylindrical-coordinate representation of color #968EA9: hue angle of 257.78º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #968EA9 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB150142169-
CMYK0.110.1600.34
HSL257.78º13.57%60.98%-
HSV(B)257.78º15.98%66.27%-
XYZ29.4128.6941.52-
YUV147.47140.15129.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=32.54%
G=30.80%
B=36.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501421690.110.1600.34257.7813.5760.98
Hex968EA9B10022102e3d
Octal22621625113200424021675
Binary10010110100011101010100110111000001000101000000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,169); }

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

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

 a { background-color: rgb(150,142,169); }

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

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

 span { border-color: rgb(150,142,169); }

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