#9695A4

Color #9695A4 Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #9695A4

Tints of Santas Grey #9695A4

Color information

#9695A4 (or 0x9695A4) is unknown color: approx Santas Grey. HEX triplet: 96, 95 and A4. RGB value is (150,149,164). Sum of RGB (Red+Green+Blue) = 150+149+164=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 164 - color contains mainly: blue. Hex color #9695A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9695A4 is #696A5B. Grayscale: #969696. Windows color (decimal): -6908508 or 10786198. OLE color: 10786198.

HSL color Cylindrical-coordinate representation of color #9695A4: hue angle of 244º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9695A4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150149164-
CMYK0.090.0900.36
HSL244º7.61%61.37%-
HSV(B)244º9.15%64.31%-
XYZ30.0330.6639.46-
YUV151.01135.33127.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=32.40%
G=32.18%
B=35.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501491640.090.0900.362447.6161.37
Hex9695A499024f483d
Octal22622524411110443641075
Binary100101101001010110100100100110010100100111101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9695A4;
 }
 .AnyTagClassName
 {
   color: #9695A4;
 }
</style>
background-color css

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

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

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

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

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

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