#948FAA

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

Shades of Grey Suit #948FAA

Tints of Grey Suit #948FAA

Color information

#948FAA (or 0x948FAA) is unknown color: approx Grey Suit. HEX triplet: 94, 8F and AA. RGB value is (148,143,170). Sum of RGB (Red+Green+Blue) = 148+143+170=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #948FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FAA is #6B7055. Grayscale: #939393. Windows color (decimal): -7041110 or 11177876. OLE color: 11177876.

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

Color convert

RGB148143170-
CMYK0.130.1600.33
HSL251.11º13.71%61.37%-
HSV(B)251.11º15.88%66.67%-
XYZ29.2928.8442.05-
YUV147.57140.66128.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=32.10%
G=31.02%
B=36.88%

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
Decimal1481431700.130.1600.33251.1113.7161.37
Hex948FAAD10021fbe3d
Octal22421725215200413731675
Binary1001010010001111101010101101100000100001111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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