Shades of Blue Bell #938BCD
Tints of Blue Bell #938BCD
RGB
CMYK
RGB Variations
Color information
#938BCD (or 0x938BCD) is known color: Blue Bell. HEX triplet: 93, 8B and CD. RGB value is (147,139,205). Sum of RGB (Red+Green+Blue) = 147+139+205=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #938BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BCD is #6C7432. Grayscale: #949494. Windows color (decimal): -7107635 or 13470611. OLE color: 13470611.
HSL color Cylindrical-coordinate representation of color #938BCD: hue angle of 247.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938BCD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 139 | 205 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.20 |
| HSL | 247.27º | 0.4% | 0.67% | - |
| HSV(B) | 247.27º | 0.32% | 0.8% | - |
| XYZ | 32.28 | 29.08 | 61.67 | - |
| YUV | 148.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 205 | 0.28 | 0.32 | 0 | 0.20 | 247.27 | 0.4 | 0.67 |
| Hex | 93 | 8B | CD | 1C | 20 | 0 | 14 | F7 | 28 | 43 |
| Octal | 223 | 213 | 315 | 34 | 40 | 0 | 24 | 367 | 50 | 103 |
| Binary | 10010011 | 10001011 | 11001101 | 11100 | 100000 | 0 | 10100 | 11110111 | 101000 | 1000011 |
Color Harmonies of #938BCD
Complementary color
Monochromatic Colors of #938BCD
Black with #938BCD
Text Example
Text Example
White with #938BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BCD; }
p { color: rgb(147,139,205); }
H1.HeaderClassName
{
color: #938BCD;
}
.AnyTagClassName
{
color: #938BCD;
}
</style>
background-color css
<style>
a { background-color: #938BCD; }
a { background-color: rgb(147,139,205); }
div.DivClassName
{
background-color: #938BCD;
}
.BgClassName
{
background-color: #938BCD;
}
</style>
border-color css
<style>
span { border-color: #938BCD; }
span { border-color: rgb(147,139,205); }
td.TdClassName
{
border-color: #938BCD;
}
.TagClassName
{
border-color: #938BCD;
}
</style>