Html Css Color HEX #948DAC Grey Suit

📋 copy color: '#948DAC'

red 148 ◦ green 141 ◦ blue 172

#948DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #948DAC

Tints of Grey Suit #948DAC

RGB

 RED value IS 148 (58.2% from 255) = 32.1%

 GREEN value IS 141 (55.47% from 255) = 30.59%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 32.1%
G = 30.59%
B = 37.31%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#948DAC (or 0x948DAC) is known color: Grey Suit. HEX triplet: 94, 8D and AC. RGB value is (148,141,172). Sum of RGB (Red+Green+Blue) = 148+141+172=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #948DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DAC is #6B7253. Grayscale: #929292. Windows color (decimal): -7041620 or 11308436. OLE color: 11308436.

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

Color convert

RGB 148 141 172 -
CMYK 0.14 0.18 0 0.33
HSL 253.55º 0.16% 0.61% -
HSV(B) 253.55º 0.18% 0.67% -
XYZ 29.18 28.32 42.96 -
YUV 146.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 148 141 172 0.14 0.18 0 0.33 253.55 0.16 0.61
Hex 94 8D AC E 12 0 21 FE 10 3D
Octal 224 215 254 16 22 0 41 376 20 75
Binary 10010100 10001101 10101100 1110 10010 0 100001 11111110 10000 111101

Color Harmonies of #948DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DAC

Black with #948DAC

Text Example


Text Example

White with #948DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,172); }

 H1.HeaderClassName
 {
   color: #948DAC;
 }
 .AnyTagClassName
 {
   color: #948DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(148,141,172); }

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

border-color css

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

 span { border-color: rgb(148,141,172); }

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