#938DDD

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

Shades of Blue Bell #938DDD

Tints of Blue Bell #938DDD

Color information

#938DDD (or 0x938DDD) is unknown color: approx Blue Bell. HEX triplet: 93, 8D and DD. RGB value is (147,141,221). Sum of RGB (Red+Green+Blue) = 147+141+221=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #938DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DDD is #6C7222. Grayscale: #979797. Windows color (decimal): -7107107 or 14519699. OLE color: 14519699.

HSL color Cylindrical-coordinate representation of color #938DDD: hue angle of 244.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #938DDD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147141221-
CMYK0.330.3600.13
HSL244.5º54.05%70.98%-
HSV(B)244.5º36.2%86.67%-
XYZ34.6130.4772.46-
YUV151.91166.99124.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=28.88%
G=27.70%
B=43.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471412210.330.3600.13244.554.0570.98
Hex938DDD21240Df43647
Octal223215335414401536466107
Binary10010011100011011101110110000110010001101111101001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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