Html Css Color HEX #9695AC Santas Grey

📋 copy color: '#9695AC'

red 150 ◦ green 149 ◦ blue 172

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

Shades of Santas Grey #9695AC

Tints of Santas Grey #9695AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.63%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 31.85%
G = 31.63%
B = 36.52%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9695AC (or 0x9695AC) is known color: Santas Grey. HEX triplet: 96, 95 and AC. RGB value is (150,149,172). Sum of RGB (Red+Green+Blue) = 150+149+172=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #9695AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9695AC is #696A53. Grayscale: #979797. Windows color (decimal): -6908500 or 11310486. OLE color: 11310486.

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

Color convert

RGB 150 149 172 -
CMYK 0.13 0.13 0 0.33
HSL 242.61º 0.12% 0.63% -
HSV(B) 242.61º 0.13% 0.67% -
XYZ 30.77 30.96 43.38 -
YUV 151.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 150 149 172 0.13 0.13 0 0.33 242.61 0.12 0.63
Hex 96 95 AC D D 0 21 F3 C 3F
Octal 226 225 254 15 15 0 41 363 14 77
Binary 10010110 10010101 10101100 1101 1101 0 100001 11110011 1100 111111

Color Harmonies of #9695AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9695AC

Black with #9695AC

Text Example


Text Example

White with #9695AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9695AC; }

 p { color: rgb(150,149,172); }

 H1.HeaderClassName
 {
   color: #9695AC;
 }
 .AnyTagClassName
 {
   color: #9695AC;
 }
</style>

background-color css

<style>
 a { background-color: #9695AC; }

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

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

border-color css

<style>
 span { border-color: #9695AC; }

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

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