#948BA2

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

Shades of Grey Suit #948BA2

Tints of Grey Suit #948BA2

Color information

#948BA2 (or 0x948BA2) is unknown color: approx Grey Suit. HEX triplet: 94, 8B and A2. RGB value is (148,139,162). Sum of RGB (Red+Green+Blue) = 148+139+162=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 162 - color contains mainly: blue. Hex color #948BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BA2 is #6B745D. Grayscale: #909090. Windows color (decimal): -7042142 or 10652564. OLE color: 10652564.

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

Color convert

RGB148139162-
CMYK0.090.1400.36
HSL263.48º11%59.02%-
HSV(B)263.48º14.2%63.53%-
XYZ27.9727.3737.99-
YUV144.31137.98130.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=32.96%
G=30.96%
B=36.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481391620.090.1400.36263.481159.02
Hex948BA29E024107b3b
Octal22421324211160444071373
Binary1001010010001011101000101001111001001001000001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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