#968FAE

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

Shades of Grey Suit #968FAE

Tints of Grey Suit #968FAE

Color information

#968FAE (or 0x968FAE) is unknown color: approx Grey Suit. HEX triplet: 96, 8F and AE. RGB value is (150,143,174). Sum of RGB (Red+Green+Blue) = 150+143+174=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #968FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FAE is #697051. Grayscale: #949494. Windows color (decimal): -6910034 or 11440022. OLE color: 11440022.

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

Color convert

RGB150143174-
CMYK0.140.1800.32
HSL253.55º16.06%62.16%-
HSV(B)253.55º17.82%68.24%-
XYZ30.0429.1844.09-
YUV148.63142.32128.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=32.12%
G=30.62%
B=37.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501431740.140.1800.32253.5516.0662.16
Hex968FAEE12020fe103e
Octal22621725616220403762076
Binary10010110100011111010111011101001001000001111111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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