#948DA4

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

Shades of Grey Suit #948DA4

Tints of Grey Suit #948DA4

Color information

#948DA4 (or 0x948DA4) is unknown color: approx Grey Suit. HEX triplet: 94, 8D and A4. RGB value is (148,141,164). Sum of RGB (Red+Green+Blue) = 148+141+164=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #948DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DA4 is #6B725B. Grayscale: #919191. Windows color (decimal): -7041628 or 10784148. OLE color: 10784148.

HSL color Cylindrical-coordinate representation of color #948DA4: hue angle of 258.26º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948DA4 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148141164-
CMYK0.100.1400.36
HSL258.26º11.22%59.8%-
HSV(B)258.26º14.02%64.31%-
XYZ28.4428.0339.03-
YUV145.72138.32129.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=32.67%
G=31.13%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481411640.100.1400.36258.2611.2259.8
Hex948DA4AE024102b3c
Octal22421524412160444021374
Binary1001010010001101101001001010111001001001000000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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