Html Css Color HEX #9696AD Santas Grey

📋 copy color: '#9696AD'

red 150 ◦ green 150 ◦ blue 173

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

Shades of Santas Grey #9696AD

Tints of Santas Grey #9696AD

RGB

 RED value IS 150 (58.98% from 255) = 31.71%

 GREEN value IS 150 (58.98% from 255) = 31.71%

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

R = 31.71%
G = 31.71%
B = 36.58%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9696AD (or 0x9696AD) is known color: Santas Grey. HEX triplet: 96, 96 and AD. RGB value is (150,150,173). Sum of RGB (Red+Green+Blue) = 150+150+173=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 150 (58.98% from 255 or 31.71% 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 #9696AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9696AD is #696952. Grayscale: #989898. Windows color (decimal): -6908243 or 11376278. OLE color: 11376278.

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

Color convert

RGB 150 150 173 -
CMYK 0.13 0.13 0 0.32
HSL 240º 0.12% 0.63% -
HSV(B) 240º 0.13% 0.68% -
XYZ 31.03 31.31 43.94 -
YUV 152.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 150 150 173 0.13 0.13 0 0.32 240 0.12 0.63
Hex 96 96 AD D D 0 20 F0 C 3F
Octal 226 226 255 15 15 0 40 360 14 77
Binary 10010110 10010110 10101101 1101 1101 0 100000 11110000 1100 111111

Color Harmonies of #9696AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9696AD

Black with #9696AD

Text Example


Text Example

White with #9696AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,150,173); }

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

background-color css

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

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

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

border-color css

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

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

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