Html Css Color HEX #9B98AD Santas Grey

📋 copy color: '#9B98AD'

red 155 ◦ green 152 ◦ blue 173

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

Shades of Santas Grey #9B98AD

Tints of Santas Grey #9B98AD

RGB

 RED value IS 155 (60.94% from 255) = 32.29%

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

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

R = 32.29%
G = 31.67%
B = 36.04%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B98AD (or 0x9B98AD) is known color: Santas Grey. HEX triplet: 9B, 98 and AD. RGB value is (155,152,173). Sum of RGB (Red+Green+Blue) = 155+152+173=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B98AD is #646752. Grayscale: #9B9B9B. Windows color (decimal): -6580051 or 11376795. OLE color: 11376795.

HSL color Cylindrical-coordinate representation of color #9B98AD: hue angle of 248.57º 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 #9B98AD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 152 173 -
CMYK 0.10 0.12 0 0.32
HSL 248.57º 0.11% 0.64% -
HSV(B) 248.57º 0.12% 0.68% -
XYZ 32.29 32.44 44.1 -
YUV 155.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 155 152 173 0.10 0.12 0 0.32 248.57 0.11 0.64
Hex 9B 98 AD A C 0 20 F9 B 40
Octal 233 230 255 12 14 0 40 371 13 100
Binary 10011011 10011000 10101101 1010 1100 0 100000 11111001 1011 1000000

Color Harmonies of #9B98AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B98AD

Black with #9B98AD

Text Example


Text Example

White with #9B98AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B98AD; }

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

 H1.HeaderClassName
 {
   color: #9B98AD;
 }
 .AnyTagClassName
 {
   color: #9B98AD;
 }
</style>

background-color css

<style>
 a { background-color: #9B98AD; }

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

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

border-color css

<style>
 span { border-color: #9B98AD; }

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

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