Html Css Color HEX #9998AD Santas Grey

📋 copy color: '#9998AD'

red 153 ◦ green 152 ◦ blue 173

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

Shades of Santas Grey #9998AD

Tints of Santas Grey #9998AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.8%

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

R = 32.01%
G = 31.8%
B = 36.19%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9998AD (or 0x9998AD) is known color: Santas Grey. HEX triplet: 99, 98 and AD. RGB value is (153,152,173). Sum of RGB (Red+Green+Blue) = 153+152+173=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #9998AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9998AD is #666752. Grayscale: #9A9A9A. Windows color (decimal): -6711123 or 11376793. OLE color: 11376793.

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

Color convert

RGB 153 152 173 -
CMYK 0.12 0.12 0 0.32
HSL 242.86º 0.11% 0.64% -
HSV(B) 242.86º 0.12% 0.68% -
XYZ 31.91 32.25 44.08 -
YUV 154.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 153 152 173 0.12 0.12 0 0.32 242.86 0.11 0.64
Hex 99 98 AD C C 0 20 F3 B 40
Octal 231 230 255 14 14 0 40 363 13 100
Binary 10011001 10011000 10101101 1100 1100 0 100000 11110011 1011 1000000

Color Harmonies of #9998AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9998AD

Black with #9998AD

Text Example


Text Example

White with #9998AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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