#948DAC

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

Shades of Grey Suit #948DAC

Tints of Grey Suit #948DAC

Color information

#948DAC (or 0x948DAC) is unknown color: approx Grey Suit. HEX triplet: 94, 8D and AC. RGB value is (148,141,172). Sum of RGB (Red+Green+Blue) = 148+141+172=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #948DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DAC is #6B7253. Grayscale: #929292. Windows color (decimal): -7041620 or 11308436. OLE color: 11308436.

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

Color convert

RGB148141172-
CMYK0.140.1800.33
HSL253.55º15.74%61.37%-
HSV(B)253.55º18.02%67.45%-
XYZ29.1828.3242.96-
YUV146.63142.32128.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=32.10%
G=30.59%
B=37.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481411720.140.1800.33253.5515.7461.37
Hex948DACE12021fe103d
Octal22421525416220413762075
Binary10010100100011011010110011101001001000011111111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948DAC; }

 p { color: rgb(148,141,172); }

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

<style>
 a { background-color: #948DAC; }

 a { background-color: rgb(148,141,172); }

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

<style>
 span { border-color: #948DAC; }

 span { border-color: rgb(148,141,172); }

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