#948EAA

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

Shades of Grey Suit #948EAA

Tints of Grey Suit #948EAA

Color information

#948EAA (or 0x948EAA) is unknown color: approx Grey Suit. HEX triplet: 94, 8E and AA. RGB value is (148,142,170). Sum of RGB (Red+Green+Blue) = 148+142+170=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #948EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948EAA is #6B7155. Grayscale: #929292. Windows color (decimal): -7041366 or 11177620. OLE color: 11177620.

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

Color convert

RGB148142170-
CMYK0.130.1600.33
HSL252.86º14.14%61.18%-
HSV(B)252.86º16.47%66.67%-
XYZ29.1428.5442-
YUV146.99140.99128.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=32.17%
G=30.87%
B=36.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481421700.130.1600.33252.8614.1461.18
Hex948EAAD10021fde3d
Octal22421625215200413751675
Binary1001010010001110101010101101100000100001111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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