#938EB0

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

Shades of Santas Grey #938EB0

Tints of Santas Grey #938EB0

Color information

#938EB0 (or 0x938EB0) is unknown color: approx Santas Grey. HEX triplet: 93, 8E and B0. RGB value is (147,142,176). Sum of RGB (Red+Green+Blue) = 147+142+176=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 176 - color contains mainly: blue. Hex color #938EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938EB0 is #6C714F. Grayscale: #939393. Windows color (decimal): -7106896 or 11570835. OLE color: 11570835.

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

Color convert

RGB147142176-
CMYK0.160.1900.31
HSL248.82º17.71%62.35%-
HSV(B)248.82º19.32%69.02%-
XYZ29.5428.6845.05-
YUV147.37144.16127.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=31.61%
G=30.54%
B=37.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471421760.160.1900.31248.8217.7162.35
Hex938EB0101301Ff9123e
Octal22321626020230373712276
Binary10010011100011101011000010000100110111111111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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