#9893AF

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

Shades of Santas Grey #9893AF

Tints of Santas Grey #9893AF

Color information

#9893AF (or 0x9893AF) is unknown color: approx Santas Grey. HEX triplet: 98, 93 and AF. RGB value is (152,147,175). Sum of RGB (Red+Green+Blue) = 152+147+175=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #9893AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9893AF is #676C50. Grayscale: #979797. Windows color (decimal): -6777937 or 11506584. OLE color: 11506584.

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

Color convert

RGB152147175-
CMYK0.130.1600.31
HSL250.71º14.89%63.14%-
HSV(B)250.71º16%68.63%-
XYZ31.1230.6444.83-
YUV151.69141.16128.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=32.07%
G=31.01%
B=36.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521471750.130.1600.31250.7114.8963.14
Hex9893AFD1001Ffbf3f
Octal23022325715200373731777
Binary100110001001001110101111110110000011111111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9893AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,147,175); }

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

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

 a { background-color: rgb(152,147,175); }

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

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

 span { border-color: rgb(152,147,175); }

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