#948EAD

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

Shades of Grey Suit #948EAD

Tints of Grey Suit #948EAD

Color information

#948EAD (or 0x948EAD) is unknown color: approx Grey Suit. HEX triplet: 94, 8E and AD. RGB value is (148,142,173). Sum of RGB (Red+Green+Blue) = 148+142+173=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #948EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948EAD is #6B7152. Grayscale: #939393. Windows color (decimal): -7041363 or 11374228. OLE color: 11374228.

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

Color convert

RGB148142173-
CMYK0.140.1800.32
HSL251.61º15.9%61.76%-
HSV(B)251.61º17.92%67.84%-
XYZ29.4328.6643.52-
YUV147.33142.49128.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=31.97%
G=30.67%
B=37.37%

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
Decimal1481421730.140.1800.32251.6115.961.76
Hex948EADE12020fc103e
Octal22421625516220403742076
Binary10010100100011101010110111101001001000001111110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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