#9496AF

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

Shades of Santas Grey #9496AF

Tints of Santas Grey #9496AF

Color information

#9496AF (or 0x9496AF) is unknown color: approx Santas Grey. HEX triplet: 94, 96 and AF. RGB value is (148,150,175). Sum of RGB (Red+Green+Blue) = 148+150+175=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #9496AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9496AF is #6B6950. Grayscale: #989898. Windows color (decimal): -7039313 or 11507348. OLE color: 11507348.

HSL color Cylindrical-coordinate representation of color #9496AF: hue angle of 235.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9496AF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148150175-
CMYK0.150.1400.31
HSL235.56º14.44%63.33%-
HSV(B)235.56º15.43%68.63%-
XYZ30.8631.244.95-
YUV152.25140.84124.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=31.29%
G=31.71%
B=37.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481501750.150.1400.31235.5614.4463.33
Hex9496AFFE01Fece3f
Octal22422625717160373541677
Binary10010100100101101010111111111110011111111011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9496AF; }

 p { color: rgb(148,150,175); }

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

<style>
 a { background-color: #9496AF; }

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

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

<style>
 span { border-color: #9496AF; }

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

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