Shades of Blue Bell #938CDF
Tints of Blue Bell #938CDF
RGB
CMYK
RGB Variations
Color information
#938CDF (or 0x938CDF) is known color: Blue Bell. HEX triplet: 93, 8C and DF. RGB value is (147,140,223). Sum of RGB (Red+Green+Blue) = 147+140+223=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #938CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CDF is #6C7320. Grayscale: #979797. Windows color (decimal): -7107361 or 14650515. OLE color: 14650515.
HSL color Cylindrical-coordinate representation of color #938CDF: hue angle of 245.06º 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 #938CDF is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 140 | 223 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.13 |
| HSL | 245.06º | 0.56% | 0.71% | - |
| HSV(B) | 245.06º | 0.37% | 0.87% | - |
| XYZ | 34.73 | 30.29 | 73.83 | - |
| YUV | 151.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 223 | 0.34 | 0.37 | 0 | 0.13 | 245.06 | 0.56 | 0.71 |
| Hex | 93 | 8C | DF | 22 | 25 | 0 | D | F5 | 38 | 47 |
| Octal | 223 | 214 | 337 | 42 | 45 | 0 | 15 | 365 | 70 | 107 |
| Binary | 10010011 | 10001100 | 11011111 | 100010 | 100101 | 0 | 1101 | 11110101 | 111000 | 1000111 |
Color Harmonies of #938CDF
Complementary color
Monochromatic Colors of #938CDF
Black with #938CDF
Text Example
Text Example
White with #938CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CDF; }
p { color: rgb(147,140,223); }
H1.HeaderClassName
{
color: #938CDF;
}
.AnyTagClassName
{
color: #938CDF;
}
</style>
background-color css
<style>
a { background-color: #938CDF; }
a { background-color: rgb(147,140,223); }
div.DivClassName
{
background-color: #938CDF;
}
.BgClassName
{
background-color: #938CDF;
}
</style>
border-color css
<style>
span { border-color: #938CDF; }
span { border-color: rgb(147,140,223); }
td.TdClassName
{
border-color: #938CDF;
}
.TagClassName
{
border-color: #938CDF;
}
</style>