#948BAE

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

Shades of Grey Suit #948BAE

Tints of Grey Suit #948BAE

Color information

#948BAE (or 0x948BAE) is unknown color: approx Grey Suit. HEX triplet: 94, 8B and AE. RGB value is (148,139,174). Sum of RGB (Red+Green+Blue) = 148+139+174=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #948BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BAE is #6B7451. Grayscale: #919191. Windows color (decimal): -7042130 or 11438996. OLE color: 11438996.

HSL color Cylindrical-coordinate representation of color #948BAE: hue angle of 255.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948BAE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148139174-
CMYK0.150.2000.32
HSL255.43º17.77%61.37%-
HSV(B)255.43º20.11%68.24%-
XYZ29.0927.8243.88-
YUV145.68143.98129.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=32.10%
G=30.15%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481391740.150.2000.32255.4317.7761.37
Hex948BAEF14020ff123d
Octal22421325617240403772275
Binary10010100100010111010111011111010001000001111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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