#948FAD

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

Shades of Grey Suit #948FAD

Tints of Grey Suit #948FAD

Color information

#948FAD (or 0x948FAD) is unknown color: approx Grey Suit. HEX triplet: 94, 8F and AD. RGB value is (148,143,173). Sum of RGB (Red+Green+Blue) = 148+143+173=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #948FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FAD is #6B7052. Grayscale: #939393. Windows color (decimal): -7041107 or 11374484. OLE color: 11374484.

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

Color convert

RGB148143173-
CMYK0.140.1700.32
HSL250º15.46%61.96%-
HSV(B)250º17.34%67.84%-
XYZ29.5828.9643.57-
YUV147.92142.16128.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=31.90%
G=30.82%
B=37.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481431730.140.1700.3225015.4661.96
Hex948FADE11020faf3e
Octal22421725516210403721776
Binary1001010010001111101011011110100010100000111110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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