#948DB2

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

Shades of Grey Suit #948DB2

Tints of Grey Suit #948DB2

Color information

#948DB2 (or 0x948DB2) is unknown color: approx Grey Suit. HEX triplet: 94, 8D and B2. RGB value is (148,141,178). Sum of RGB (Red+Green+Blue) = 148+141+178=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #948DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DB2 is #6B724D. Grayscale: #939393. Windows color (decimal): -7041614 or 11701652. OLE color: 11701652.

HSL color Cylindrical-coordinate representation of color #948DB2: hue angle of 251.35º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948DB2 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB148141178-
CMYK0.170.2100.30
HSL251.35º19.37%62.55%-
HSV(B)251.35º20.79%69.8%-
XYZ29.7728.5646.06-
YUV147.31145.32128.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=31.69%
G=30.19%
B=38.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481411780.170.2100.30251.3519.3762.55
Hex948DB2111501Efb133f
Octal22421526221250363732377
Binary10010100100011011011001010001101010111101111101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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