Html Css Color HEX #948DAB Grey Suit

📋 copy color: '#948DAB'

red 148 ◦ green 141 ◦ blue 171

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

Shades of Grey Suit #948DAB

Tints of Grey Suit #948DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 32.17%
G = 30.65%
B = 37.17%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#948DAB (or 0x948DAB) is known color: Grey Suit. HEX triplet: 94, 8D and AB. RGB value is (148,141,171). Sum of RGB (Red+Green+Blue) = 148+141+171=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #948DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DAB is #6B7254. Grayscale: #929292. Windows color (decimal): -7041621 or 11242900. OLE color: 11242900.

HSL color Cylindrical-coordinate representation of color #948DAB: hue angle of 254º degrees, saturation: 0.15, 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 #948DAB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 141 171 -
CMYK 0.13 0.18 0 0.33
HSL 254º 0.15% 0.61% -
HSV(B) 254º 0.18% 0.67% -
XYZ 29.09 28.29 42.45 -
YUV 146.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 148 141 171 0.13 0.18 0 0.33 254 0.15 0.61
Hex 94 8D AB D 12 0 21 FE F 3D
Octal 224 215 253 15 22 0 41 376 17 75
Binary 10010100 10001101 10101011 1101 10010 0 100001 11111110 1111 111101

Color Harmonies of #948DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DAB

Black with #948DAB

Text Example


Text Example

White with #948DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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