#948EAB

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

Shades of Grey Suit #948EAB

Tints of Grey Suit #948EAB

Color information

#948EAB (or 0x948EAB) is unknown color: approx Grey Suit. HEX triplet: 94, 8E and AB. RGB value is (148,142,171). Sum of RGB (Red+Green+Blue) = 148+142+171=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #948EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948EAB is #6B7154. Grayscale: #929292. Windows color (decimal): -7041365 or 11243156. OLE color: 11243156.

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

Color convert

RGB148142171-
CMYK0.130.1700.33
HSL252.41º14.72%61.37%-
HSV(B)252.41º16.96%67.06%-
XYZ29.2428.5842.5-
YUV147.1141.49128.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=32.10%
G=30.80%
B=37.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481421710.130.1700.33252.4114.7261.37
Hex948EABD11021fcf3d
Octal22421625315210413741775
Binary1001010010001110101010111101100010100001111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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