#938DB3

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

Shades of Santas Grey #938DB3

Tints of Santas Grey #938DB3

Color information

#938DB3 (or 0x938DB3) is unknown color: approx Santas Grey. HEX triplet: 93, 8D and B3. RGB value is (147,141,179). Sum of RGB (Red+Green+Blue) = 147+141+179=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #938DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DB3 is #6C724C. Grayscale: #929292. Windows color (decimal): -7107149 or 11767187. OLE color: 11767187.

HSL color Cylindrical-coordinate representation of color #938DB3: hue angle of 249.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #938DB3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB147141179-
CMYK0.180.2100.30
HSL249.47º20%62.75%-
HSV(B)249.47º21.23%70.2%-
XYZ29.6928.5146.59-
YUV147.13145.99127.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=31.48%
G=30.19%
B=38.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471411790.180.2100.30249.472062.75
Hex938DB3121501Ef9143f
Octal22321526322250363712477
Binary10010011100011011011001110010101010111101111100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,141,179); }

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

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

 a { background-color: rgb(147,141,179); }

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

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

 span { border-color: rgb(147,141,179); }

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