#938DD5

Color #938DD5 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #938DD5

Tints of Blue Bell #938DD5

Color information

#938DD5 (or 0x938DD5) is unknown color: approx Blue Bell. HEX triplet: 93, 8D and D5. RGB value is (147,141,213). Sum of RGB (Red+Green+Blue) = 147+141+213=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #938DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DD5 is #6C722A. Grayscale: #969696. Windows color (decimal): -7107115 or 13995411. OLE color: 13995411.

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

Color convert

RGB147141213-
CMYK0.310.3400.16
HSL245º46.15%69.41%-
HSV(B)245º33.8%83.53%-
XYZ33.5730.0666.98-
YUV151162.99125.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=29.34%
G=28.14%
B=42.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471412130.310.3400.1624546.1569.41
Hex938DD51F22010f52e45
Octal223215325374202036556105
Binary10010011100011011101010111111100010010000111101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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