#968EAC

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

Shades of Grey Suit #968EAC

Tints of Grey Suit #968EAC

Color information

#968EAC (or 0x968EAC) is unknown color: approx Grey Suit. HEX triplet: 96, 8E and AC. RGB value is (150,142,172). Sum of RGB (Red+Green+Blue) = 150+142+172=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #968EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968EAC is #697153. Grayscale: #939393. Windows color (decimal): -6910292 or 11308694. OLE color: 11308694.

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

Color convert

RGB150142172-
CMYK0.130.1700.33
HSL256º15.31%61.57%-
HSV(B)256º17.44%67.45%-
XYZ29.728.8143.03-
YUV147.81141.65129.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=32.33%
G=30.60%
B=37.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501421720.130.1700.3325615.3161.57
Hex968EACD11021100f3e
Octal22621625415210414001776
Binary10010110100011101010110011011000101000011000000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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