#938EB3

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

Shades of Santas Grey #938EB3

Tints of Santas Grey #938EB3

Color information

#938EB3 (or 0x938EB3) is unknown color: approx Santas Grey. HEX triplet: 93, 8E and B3. RGB value is (147,142,179). Sum of RGB (Red+Green+Blue) = 147+142+179=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #938EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EB3 is #6C714C. Grayscale: #939393. Windows color (decimal): -7106893 or 11767443. OLE color: 11767443.

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

Color convert

RGB147142179-
CMYK0.180.2100.30
HSL248.11º19.58%62.94%-
HSV(B)248.11º20.67%70.2%-
XYZ29.8428.846.63-
YUV147.71145.66127.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.41%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=31.41%
G=30.34%
B=38.25%

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
Decimal1471421790.180.2100.30248.1119.5862.94
Hex938EB3121501Ef8143f
Octal22321626322250363702477
Binary10010011100011101011001110010101010111101111100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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