#948AA6

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

Shades of Grey Suit #948AA6

Tints of Grey Suit #948AA6

Color information

#948AA6 (or 0x948AA6) is unknown color: approx Grey Suit. HEX triplet: 94, 8A and A6. RGB value is (148,138,166). Sum of RGB (Red+Green+Blue) = 148+138+166=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 166 - color contains mainly: blue. Hex color #948AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948AA6 is #6B7559. Grayscale: #909090. Windows color (decimal): -7042394 or 10914452. OLE color: 10914452.

HSL color Cylindrical-coordinate representation of color #948AA6: hue angle of 261.43º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #948AA6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148138166-
CMYK0.110.1700.35
HSL261.43º13.59%59.61%-
HSV(B)261.43º16.87%65.1%-
XYZ28.1827.2339.85-
YUV144.18140.31130.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=32.74%
G=30.53%
B=36.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481381660.110.1700.35261.4313.5959.61
Hex948AA6B11023105e3c
Octal22421224613210434051674
Binary10010100100010101010011010111000101000111000001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,138,166); }

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

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

 a { background-color: rgb(148,138,166); }

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

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

 span { border-color: rgb(148,138,166); }

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