#948BAA

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

Shades of Grey Suit #948BAA

Tints of Grey Suit #948BAA

Color information

#948BAA (or 0x948BAA) is unknown color: approx Grey Suit. HEX triplet: 94, 8B and AA. RGB value is (148,139,170). Sum of RGB (Red+Green+Blue) = 148+139+170=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #948BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BAA is #6B7455. Grayscale: #919191. Windows color (decimal): -7042134 or 11176852. OLE color: 11176852.

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

Color convert

RGB148139170-
CMYK0.130.1800.33
HSL257.42º15.42%60.59%-
HSV(B)257.42º18.24%66.67%-
XYZ28.727.6641.86-
YUV145.22141.98129.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=32.39%
G=30.42%
B=37.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481391700.130.1800.33257.4215.4260.59
Hex948BAAD12021101f3d
Octal22421325215220414011775
Binary10010100100010111010101011011001001000011000000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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