#968CAC

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

Shades of Grey Suit #968CAC

Tints of Grey Suit #968CAC

Color information

#968CAC (or 0x968CAC) is unknown color: approx Grey Suit. HEX triplet: 96, 8C and AC. RGB value is (150,140,172). Sum of RGB (Red+Green+Blue) = 150+140+172=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #968CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968CAC is #697353. Grayscale: #929292. Windows color (decimal): -6910804 or 11308182. OLE color: 11308182.

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

Color convert

RGB150140172-
CMYK0.130.1900.33
HSL258.75º16.16%61.18%-
HSV(B)258.75º18.6%67.45%-
XYZ29.428.2242.93-
YUV146.64142.31130.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=32.47%
G=30.30%
B=37.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501401720.130.1900.33258.7516.1661.18
Hex968CACD13021103103d
Octal22621425415230414032075
Binary100101101000110010101100110110011010000110000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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