#938FDD

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

Shades of Blue Bell #938FDD

Tints of Blue Bell #938FDD

Color information

#938FDD (or 0x938FDD) is unknown color: approx Blue Bell. HEX triplet: 93, 8F and DD. RGB value is (147,143,221). Sum of RGB (Red+Green+Blue) = 147+143+221=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #938FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FDD is #6C7022. Grayscale: #989898. Windows color (decimal): -7106595 or 14520211. OLE color: 14520211.

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

Color convert

RGB147143221-
CMYK0.330.3500.13
HSL243.08º53.42%71.37%-
HSV(B)243.08º35.29%86.67%-
XYZ34.9131.0772.56-
YUV153.09166.33123.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=28.77%
G=27.98%
B=43.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471432210.330.3500.13243.0853.4271.37
Hex938FDD21230Df33547
Octal223217335414301536365107
Binary10010011100011111101110110000110001101101111100111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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