Html Css Color HEX #948DAF Grey Suit

📋 copy color: '#948DAF'

red 148 ◦ green 141 ◦ blue 175

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

Shades of Grey Suit #948DAF

Tints of Grey Suit #948DAF

RGB

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

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

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

R = 31.9%
G = 30.39%
B = 37.72%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#948DAF (or 0x948DAF) is known color: Grey Suit. HEX triplet: 94, 8D and AF. RGB value is (148,141,175). Sum of RGB (Red+Green+Blue) = 148+141+175=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #948DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DAF is #6B7250. Grayscale: #929292. Windows color (decimal): -7041617 or 11505044. OLE color: 11505044.

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

Color convert

RGB 148 141 175 -
CMYK 0.15 0.19 0 0.31
HSL 252.35º 0.18% 0.62% -
HSV(B) 252.35º 0.19% 0.69% -
XYZ 29.48 28.44 44.49 -
YUV 146.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 148 141 175 0.15 0.19 0 0.31 252.35 0.18 0.62
Hex 94 8D AF F 13 0 1F FC 12 3E
Octal 224 215 257 17 23 0 37 374 22 76
Binary 10010100 10001101 10101111 1111 10011 0 11111 11111100 10010 111110

Color Harmonies of #948DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DAF

Black with #948DAF

Text Example


Text Example

White with #948DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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