Html Css Color HEX #948CAF Grey Suit

📋 copy color: '#948CAF'

red 148 ◦ green 140 ◦ blue 175

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

Shades of Grey Suit #948CAF

Tints of Grey Suit #948CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.24%

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 31.97%
G = 30.24%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#948CAF (or 0x948CAF) is known color: 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

RGB 148 140 175 -
CMYK 0.15 0.2 0 0.31
HSL 253.71º 0.18% 0.62% -
HSV(B) 253.71º 0.2% 0.69% -
XYZ 29.33 28.15 44.44 -
YUV 146.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 148 140 175 0.15 0.2 0 0.31 253.71 0.18 0.62
Hex 94 8C AF F 14 0 1F FE 12 3E
Octal 224 214 257 17 24 0 37 376 22 76
Binary 10010100 10001100 10101111 1111 10100 0 11111 11111110 10010 111110

Color Harmonies of #948CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CAF

Black with #948CAF

Text Example


Text Example

White with #948CAF

Text Example


Text Example

HTML Codes & Css Web 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>