#948FAB

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

Shades of Grey Suit #948FAB

Tints of Grey Suit #948FAB

Color information

#948FAB (or 0x948FAB) is unknown color: approx Grey Suit. HEX triplet: 94, 8F and AB. RGB value is (148,143,171). Sum of RGB (Red+Green+Blue) = 148+143+171=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #948FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FAB is #6B7054. Grayscale: #939393. Windows color (decimal): -7041109 or 11243412. OLE color: 11243412.

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

Color convert

RGB148143171-
CMYK0.130.1600.33
HSL250.71º14.29%61.57%-
HSV(B)250.71º16.37%67.06%-
XYZ29.3928.8842.55-
YUV147.69141.16128.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=32.03%
G=30.95%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481431710.130.1600.33250.7114.2961.57
Hex948FABD10021fbe3e
Octal22421725315200413731676
Binary1001010010001111101010111101100000100001111110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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