#948FAE

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

Shades of Grey Suit #948FAE

Tints of Grey Suit #948FAE

Color information

#948FAE (or 0x948FAE) is unknown color: approx Grey Suit. HEX triplet: 94, 8F and AE. RGB value is (148,143,174). Sum of RGB (Red+Green+Blue) = 148+143+174=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #948FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FAE is #6B7051. Grayscale: #939393. Windows color (decimal): -7041106 or 11440020. OLE color: 11440020.

HSL color Cylindrical-coordinate representation of color #948FAE: hue angle of 249.68º 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 #948FAE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148143174-
CMYK0.150.1800.32
HSL249.68º16.06%62.16%-
HSV(B)249.68º17.82%68.24%-
XYZ29.682944.08-
YUV148.03142.66127.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=31.83%
G=30.75%
B=37.42%

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
Decimal1481431740.150.1800.32249.6816.0662.16
Hex948FAEF12020fa103e
Octal22421725617220403722076
Binary10010100100011111010111011111001001000001111101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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