#938DDF

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

Shades of Blue Bell #938DDF

Tints of Blue Bell #938DDF

Color information

#938DDF (or 0x938DDF) is unknown color: approx Blue Bell. HEX triplet: 93, 8D and DF. RGB value is (147,141,223). Sum of RGB (Red+Green+Blue) = 147+141+223=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #938DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DDF is #6C7220. Grayscale: #979797. Windows color (decimal): -7107105 or 14650771. OLE color: 14650771.

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

Color convert

RGB147141223-
CMYK0.340.3700.13
HSL244.39º56.16%71.37%-
HSV(B)244.39º36.77%87.45%-
XYZ34.8830.5873.88-
YUV152.14167.99124.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 223 (87.5% from 255) = 43.64%
R=28.77%
G=27.59%
B=43.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471412230.340.3700.13244.3956.1671.37
Hex938DDF22250Df43847
Octal223215337424501536470107
Binary10010011100011011101111110001010010101101111101001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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