#938FAF

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

Shades of Santas Grey #938FAF

Tints of Santas Grey #938FAF

Color information

#938FAF (or 0x938FAF) is unknown color: approx Santas Grey. HEX triplet: 93, 8F and AF. RGB value is (147,143,175). Sum of RGB (Red+Green+Blue) = 147+143+175=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #938FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938FAF is #6C7050. Grayscale: #939393. Windows color (decimal): -7106641 or 11505555. OLE color: 11505555.

HSL color Cylindrical-coordinate representation of color #938FAF: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #938FAF is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147143175-
CMYK0.160.1800.31
HSL247.5º16.67%62.35%-
HSV(B)247.5º18.29%68.63%-
XYZ29.5928.9444.58-
YUV147.84143.33127.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=31.61%
G=30.75%
B=37.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471431750.160.1800.31247.516.6762.35
Hex938FAF101201Ff8113e
Octal22321725720220373702176
Binary10010011100011111010111110000100100111111111100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938FAF; }

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

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

<style>
 a { background-color: #938FAF; }

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

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

<style>
 span { border-color: #938FAF; }

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

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