#948BA3

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

Shades of Grey Suit #948BA3

Tints of Grey Suit #948BA3

Color information

#948BA3 (or 0x948BA3) is unknown color: approx Grey Suit. HEX triplet: 94, 8B and A3. RGB value is (148,139,163). Sum of RGB (Red+Green+Blue) = 148+139+163=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 163 - color contains mainly: blue. Hex color #948BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BA3 is #6B745C. Grayscale: #909090. Windows color (decimal): -7042141 or 10718100. OLE color: 10718100.

HSL color Cylindrical-coordinate representation of color #948BA3: hue angle of 262.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #948BA3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148139163-
CMYK0.090.1500.36
HSL262.5º11.54%59.22%-
HSV(B)262.5º14.72%63.92%-
XYZ28.0627.4138.46-
YUV144.43138.48130.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 163 (64.06% from 255) = 36.22%
R=32.89%
G=30.89%
B=36.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481391630.090.1500.36262.511.5459.22
Hex948BA39F024106c3b
Octal22421324311170444061473
Binary1001010010001011101000111001111101001001000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,139,163); }

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

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

 a { background-color: rgb(148,139,163); }

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

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

 span { border-color: rgb(148,139,163); }

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