#938BD9

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

Shades of Blue Bell #938BD9

Tints of Blue Bell #938BD9

Color information

#938BD9 (or 0x938BD9) is unknown color: approx Blue Bell. HEX triplet: 93, 8B and D9. RGB value is (147,139,217). Sum of RGB (Red+Green+Blue) = 147+139+217=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #938BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BD9 is #6C7426. Grayscale: #959595. Windows color (decimal): -7107623 or 14257043. OLE color: 14257043.

HSL color Cylindrical-coordinate representation of color #938BD9: hue angle of 246.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #938BD9 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147139217-
CMYK0.320.3600.15
HSL246.15º50.65%69.8%-
HSV(B)246.15º35.94%85.1%-
XYZ33.7929.6869.59-
YUV150.28165.65125.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=29.22%
G=27.63%
B=43.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471392170.320.3600.15246.1550.6569.8
Hex938BD920240Ff63346
Octal223213331404401736663106
Binary10010011100010111101100110000010010001111111101101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,139,217); }

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

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

 a { background-color: rgb(147,139,217); }

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

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

 span { border-color: rgb(147,139,217); }

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