Html Css Color HEX #9B98AB Santas Grey

📋 copy color: '#9B98AB'

red 155 ◦ green 152 ◦ blue 171

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

Shades of Santas Grey #9B98AB

Tints of Santas Grey #9B98AB

RGB

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

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

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

R = 32.43%
G = 31.8%
B = 35.77%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B98AB (or 0x9B98AB) is known color: Santas Grey. HEX triplet: 9B, 98 and AB. RGB value is (155,152,171). Sum of RGB (Red+Green+Blue) = 155+152+171=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B98AB is #646754. Grayscale: #9A9A9A. Windows color (decimal): -6580053 or 11245723. OLE color: 11245723.

HSL color Cylindrical-coordinate representation of color #9B98AB: hue angle of 249.47º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9B98AB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 152 171 -
CMYK 0.09 0.11 0 0.33
HSL 249.47º 0.1% 0.63% -
HSV(B) 249.47º 0.11% 0.67% -
XYZ 32.1 32.37 43.08 -
YUV 155.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 155 152 171 0.09 0.11 0 0.33 249.47 0.1 0.63
Hex 9B 98 AB 9 B 0 21 F9 A 3F
Octal 233 230 253 11 13 0 41 371 12 77
Binary 10011011 10011000 10101011 1001 1011 0 100001 11111001 1010 111111

Color Harmonies of #9B98AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B98AB

Black with #9B98AB

Text Example


Text Example

White with #9B98AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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