#968DA4

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

Shades of Grey Suit #968DA4

Tints of Grey Suit #968DA4

Color information

#968DA4 (or 0x968DA4) is unknown color: approx Grey Suit. HEX triplet: 96, 8D and A4. RGB value is (150,141,164). Sum of RGB (Red+Green+Blue) = 150+141+164=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 164 - color contains mainly: blue. Hex color #968DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DA4 is #69725B. Grayscale: #929292. Windows color (decimal): -6910556 or 10784150. OLE color: 10784150.

HSL color Cylindrical-coordinate representation of color #968DA4: hue angle of 263.48º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968DA4 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150141164-
CMYK0.090.1400.36
HSL263.48º11.22%59.8%-
HSV(B)263.48º14.02%64.31%-
XYZ28.828.2139.05-
YUV146.31137.98130.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=32.97%
G=30.99%
B=36.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501411640.090.1400.36263.4811.2259.8
Hex968DA49E024107b3c
Octal22621524411160444071374
Binary1001011010001101101001001001111001001001000001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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