#938FB3

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

Shades of Santas Grey #938FB3

Tints of Santas Grey #938FB3

Color information

#938FB3 (or 0x938FB3) is unknown color: approx Santas Grey. HEX triplet: 93, 8F and B3. RGB value is (147,143,179). Sum of RGB (Red+Green+Blue) = 147+143+179=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #938FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FB3 is #6C704C. Grayscale: #949494. Windows color (decimal): -7106637 or 11767699. OLE color: 11767699.

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

Color convert

RGB147143179-
CMYK0.180.2000.30
HSL246.67º19.15%63.14%-
HSV(B)246.67º20.11%70.2%-
XYZ29.9929.146.68-
YUV148.3145.33127.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=31.34%
G=30.49%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471431790.180.2000.30246.6719.1563.14
Hex938FB3121401Ef7133f
Octal22321726322240363672377
Binary10010011100011111011001110010101000111101111011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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