#948DAD

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

Shades of Grey Suit #948DAD

Tints of Grey Suit #948DAD

Color information

#948DAD (or 0x948DAD) is unknown color: approx Grey Suit. HEX triplet: 94, 8D and AD. RGB value is (148,141,173). Sum of RGB (Red+Green+Blue) = 148+141+173=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #948DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DAD is #6B7252. Grayscale: #929292. Windows color (decimal): -7041619 or 11373972. OLE color: 11373972.

HSL color Cylindrical-coordinate representation of color #948DAD: hue angle of 253.12º 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 #948DAD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148141173-
CMYK0.140.1800.32
HSL253.12º16.33%61.57%-
HSV(B)253.12º18.5%67.84%-
XYZ29.2828.3643.47-
YUV146.74142.82128.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=32.03%
G=30.52%
B=37.45%

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
Decimal1481411730.140.1800.32253.1216.3361.57
Hex948DADE12020fd103e
Octal22421525516220403752076
Binary10010100100011011010110111101001001000001111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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