#948DAA

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

Shades of Grey Suit #948DAA

Tints of Grey Suit #948DAA

Color information

#948DAA (or 0x948DAA) is unknown color: approx Grey Suit. HEX triplet: 94, 8D and AA. RGB value is (148,141,170). Sum of RGB (Red+Green+Blue) = 148+141+170=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #948DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DAA is #6B7255. Grayscale: #929292. Windows color (decimal): -7041622 or 11177364. OLE color: 11177364.

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

Color convert

RGB148141170-
CMYK0.130.1700.33
HSL254.48º14.57%60.98%-
HSV(B)254.48º17.06%66.67%-
XYZ28.9928.2541.95-
YUV146.4141.32129.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=32.24%
G=30.72%
B=37.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481411700.130.1700.33254.4814.5760.98
Hex948DAAD11021fef3d
Octal22421525215210413761775
Binary1001010010001101101010101101100010100001111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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