#948CAF

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

Shades of Grey Suit #948CAF

Tints of Grey Suit #948CAF

Color information

#948CAF (or 0x948CAF) is unknown color: approx Grey Suit. HEX triplet: 94, 8C and AF. RGB value is (148,140,175). Sum of RGB (Red+Green+Blue) = 148+140+175=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #948CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948CAF is #6B7350. Grayscale: #929292. Windows color (decimal): -7041873 or 11504788. OLE color: 11504788.

HSL color Cylindrical-coordinate representation of color #948CAF: hue angle of 253.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948CAF is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148140175-
CMYK0.150.200.31
HSL253.71º17.95%61.76%-
HSV(B)253.71º20%68.63%-
XYZ29.3328.1544.44-
YUV146.38144.15129.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=31.97%
G=30.24%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481401750.150.200.31253.7117.9561.76
Hex948CAFF1401Ffe123e
Octal22421425717240373762276
Binary1001010010001100101011111111101000111111111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,175); }

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

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

 a { background-color: rgb(148,140,175); }

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

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

 span { border-color: rgb(148,140,175); }

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