#948EAE

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

Shades of Grey Suit #948EAE

Tints of Grey Suit #948EAE

Color information

#948EAE (or 0x948EAE) is unknown color: approx Grey Suit. HEX triplet: 94, 8E and AE. RGB value is (148,142,174). Sum of RGB (Red+Green+Blue) = 148+142+174=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #948EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948EAE is #6B7151. Grayscale: #939393. Windows color (decimal): -7041362 or 11439764. OLE color: 11439764.

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

Color convert

RGB148142174-
CMYK0.150.1800.32
HSL251.25º16.49%61.96%-
HSV(B)251.25º18.39%68.24%-
XYZ29.5328.744.03-
YUV147.44142.99128.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=31.90%
G=30.60%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481421740.150.1800.32251.2516.4961.96
Hex948EAEF12020fb103e
Octal22421625617220403732076
Binary10010100100011101010111011111001001000001111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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