#948AAA

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

Shades of Grey Suit #948AAA

Tints of Grey Suit #948AAA

Color information

#948AAA (or 0x948AAA) is unknown color: approx Grey Suit. HEX triplet: 94, 8A and AA. RGB value is (148,138,170). Sum of RGB (Red+Green+Blue) = 148+138+170=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #948AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948AAA is #6B7555. Grayscale: #909090. Windows color (decimal): -7042390 or 11176596. OLE color: 11176596.

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

Color convert

RGB148138170-
CMYK0.130.1900.33
HSL258.75º15.84%60.39%-
HSV(B)258.75º18.82%66.67%-
XYZ28.5627.3841.81-
YUV144.64142.31130.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=32.46%
G=30.26%
B=37.28%

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
Decimal1481381700.130.1900.33258.7515.8460.39
Hex948AAAD13021103103c
Octal22421225215230414032074
Binary100101001000101010101010110110011010000110000001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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