#938DB2

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

Shades of Santas Grey #938DB2

Tints of Santas Grey #938DB2

Color information

#938DB2 (or 0x938DB2) is unknown color: approx Santas Grey. HEX triplet: 93, 8D and B2. RGB value is (147,141,178). Sum of RGB (Red+Green+Blue) = 147+141+178=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 178 - color contains mainly: blue. Hex color #938DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938DB2 is #6C724D. Grayscale: #929292. Windows color (decimal): -7107150 or 11701651. OLE color: 11701651.

HSL color Cylindrical-coordinate representation of color #938DB2: hue angle of 249.73º degrees, saturation: 0.19, 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 #938DB2 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB147141178-
CMYK0.170.2100.30
HSL249.73º19.37%62.55%-
HSV(B)249.73º20.79%69.8%-
XYZ29.5928.4746.05-
YUV147.01145.49127.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=31.55%
G=30.26%
B=38.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471411780.170.2100.30249.7319.3762.55
Hex938DB2111501Efa133f
Octal22321526221250363722377
Binary10010011100011011011001010001101010111101111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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