Html Css Color HEX #948FAC Grey Suit

📋 copy color: '#948FAC'

red 148 ◦ green 143 ◦ blue 172

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

Shades of Grey Suit #948FAC

Tints of Grey Suit #948FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

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

R = 31.97%
G = 30.89%
B = 37.15%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#948FAC (or 0x948FAC) is known color: Grey Suit. HEX triplet: 94, 8F and AC. RGB value is (148,143,172). Sum of RGB (Red+Green+Blue) = 148+143+172=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #948FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FAC is #6B7053. Grayscale: #939393. Windows color (decimal): -7041108 or 11308948. OLE color: 11308948.

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

Color convert

RGB 148 143 172 -
CMYK 0.14 0.17 0 0.33
HSL 250.34º 0.15% 0.62% -
HSV(B) 250.34º 0.17% 0.67% -
XYZ 29.48 28.92 43.06 -
YUV 147.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 148 143 172 0.14 0.17 0 0.33 250.34 0.15 0.62
Hex 94 8F AC E 11 0 21 FA F 3E
Octal 224 217 254 16 21 0 41 372 17 76
Binary 10010100 10001111 10101100 1110 10001 0 100001 11111010 1111 111110

Color Harmonies of #948FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FAC

Black with #948FAC

Text Example


Text Example

White with #948FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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