Html Css Color HEX #9994AD Santas Grey

📋 copy color: '#9994AD'

red 153 ◦ green 148 ◦ blue 173

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

Shades of Santas Grey #9994AD

Tints of Santas Grey #9994AD

RGB

 RED value IS 153 (60.16% from 255) = 32.28%

 GREEN value IS 148 (58.2% from 255) = 31.22%

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 32.28%
G = 31.22%
B = 36.5%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9994AD (or 0x9994AD) is known color: Santas Grey. HEX triplet: 99, 94 and AD. RGB value is (153,148,173). Sum of RGB (Red+Green+Blue) = 153+148+173=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #9994AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9994AD is #666B52. Grayscale: #989898. Windows color (decimal): -6712147 or 11375769. OLE color: 11375769.

HSL color Cylindrical-coordinate representation of color #9994AD: hue angle of 252º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9994AD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 148 173 -
CMYK 0.12 0.14 0 0.32
HSL 252º 0.13% 0.63% -
HSV(B) 252º 0.14% 0.68% -
XYZ 31.27 30.97 43.86 -
YUV 152.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 153 148 173 0.12 0.14 0 0.32 252 0.13 0.63
Hex 99 94 AD C E 0 20 FC D 3F
Octal 231 224 255 14 16 0 40 374 15 77
Binary 10011001 10010100 10101101 1100 1110 0 100000 11111100 1101 111111

Color Harmonies of #9994AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9994AD

Black with #9994AD

Text Example


Text Example

White with #9994AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9994AD; }

 p { color: rgb(153,148,173); }

 H1.HeaderClassName
 {
   color: #9994AD;
 }
 .AnyTagClassName
 {
   color: #9994AD;
 }
</style>

background-color css

<style>
 a { background-color: #9994AD; }

 a { background-color: rgb(153,148,173); }

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

border-color css

<style>
 span { border-color: #9994AD; }

 span { border-color: rgb(153,148,173); }

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