#968DAF

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

Shades of Grey Suit #968DAF

Tints of Grey Suit #968DAF

Color information

#968DAF (or 0x968DAF) is unknown color: approx Grey Suit. HEX triplet: 96, 8D and AF. RGB value is (150,141,175). Sum of RGB (Red+Green+Blue) = 150+141+175=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #968DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAF is #697250. Grayscale: #939393. Windows color (decimal): -6910545 or 11505046. OLE color: 11505046.

HSL color Cylindrical-coordinate representation of color #968DAF: hue angle of 255.88º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968DAF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150141175-
CMYK0.140.1900.31
HSL255.88º17.53%61.96%-
HSV(B)255.88º19.43%68.63%-
XYZ29.8428.6344.51-
YUV147.57143.48129.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=32.19%
G=30.26%
B=37.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501411750.140.1900.31255.8817.5361.96
Hex968DAFE1301F100123e
Octal22621525716230374002276
Binary10010110100011011010111111101001101111110000000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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