#968FAD

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

Shades of Grey Suit #968FAD

Tints of Grey Suit #968FAD

Color information

#968FAD (or 0x968FAD) is unknown color: approx Grey Suit. HEX triplet: 96, 8F and AD. RGB value is (150,143,173). Sum of RGB (Red+Green+Blue) = 150+143+173=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #968FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FAD is #697052. Grayscale: #949494. Windows color (decimal): -6910035 or 11374486. OLE color: 11374486.

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

Color convert

RGB150143173-
CMYK0.130.1700.32
HSL254º15.46%61.96%-
HSV(B)254º17.34%67.84%-
XYZ29.9429.1543.58-
YUV148.51141.82129.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=32.19%
G=30.69%
B=37.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501431730.130.1700.3225415.4661.96
Hex968FADD11020fef3e
Octal22621725515210403761776
Binary1001011010001111101011011101100010100000111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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