Html Css Color HEX #9597AD Santas Grey

📋 copy color: '#9597AD'

red 149 ◦ green 151 ◦ blue 173

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

Shades of Santas Grey #9597AD

Tints of Santas Grey #9597AD

RGB

 RED value IS 149 (58.59% from 255) = 31.5%

 GREEN value IS 151 (59.38% from 255) = 31.92%

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

R = 31.5%
G = 31.92%
B = 36.58%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9597AD (or 0x9597AD) is known color: Santas Grey. HEX triplet: 95, 97 and AD. RGB value is (149,151,173). Sum of RGB (Red+Green+Blue) = 149+151+173=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #9597AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9597AD is #6A6852. Grayscale: #989898. Windows color (decimal): -6973523 or 11376533. OLE color: 11376533.

HSL color Cylindrical-coordinate representation of color #9597AD: hue angle of 235º 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 #9597AD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 151 173 -
CMYK 0.14 0.13 0 0.32
HSL 235º 0.13% 0.63% -
HSV(B) 235º 0.14% 0.68% -
XYZ 31 31.54 43.99 -
YUV 152.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 149 151 173 0.14 0.13 0 0.32 235 0.13 0.63
Hex 95 97 AD E D 0 20 EB D 3F
Octal 225 227 255 16 15 0 40 353 15 77
Binary 10010101 10010111 10101101 1110 1101 0 100000 11101011 1101 111111

Color Harmonies of #9597AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597AD

Black with #9597AD

Text Example


Text Example

White with #9597AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,151,173); }

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

background-color css

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

 a { background-color: rgb(149,151,173); }

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

border-color css

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

 span { border-color: rgb(149,151,173); }

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