Shades of Blue Bell #938BCE
Tints of Blue Bell #938BCE
RGB
CMYK
RGB Variations
Color information
#938BCE (or 0x938BCE) is known color: Blue Bell. HEX triplet: 93, 8B and CE. RGB value is (147,139,206). Sum of RGB (Red+Green+Blue) = 147+139+206=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #938BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BCE is #6C7431. Grayscale: #949494. Windows color (decimal): -7107634 or 13536147. OLE color: 13536147.
HSL color Cylindrical-coordinate representation of color #938BCE: hue angle of 247.16º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938BCE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 139 | 206 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.19 |
| HSL | 247.16º | 0.41% | 0.68% | - |
| HSV(B) | 247.16º | 0.33% | 0.81% | - |
| XYZ | 32.41 | 29.12 | 62.31 | - |
| YUV | 149.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 206 | 0.29 | 0.33 | 0 | 0.19 | 247.16 | 0.41 | 0.68 |
| Hex | 93 | 8B | CE | 1D | 21 | 0 | 13 | F7 | 29 | 44 |
| Octal | 223 | 213 | 316 | 35 | 41 | 0 | 23 | 367 | 51 | 104 |
| Binary | 10010011 | 10001011 | 11001110 | 11101 | 100001 | 0 | 10011 | 11110111 | 101001 | 1000100 |
Color Harmonies of #938BCE
Complementary color
Monochromatic Colors of #938BCE
Black with #938BCE
Text Example
Text Example
White with #938BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BCE; }
p { color: rgb(147,139,206); }
H1.HeaderClassName
{
color: #938BCE;
}
.AnyTagClassName
{
color: #938BCE;
}
</style>
background-color css
<style>
a { background-color: #938BCE; }
a { background-color: rgb(147,139,206); }
div.DivClassName
{
background-color: #938BCE;
}
.BgClassName
{
background-color: #938BCE;
}
</style>
border-color css
<style>
span { border-color: #938BCE; }
span { border-color: rgb(147,139,206); }
td.TdClassName
{
border-color: #938BCE;
}
.TagClassName
{
border-color: #938BCE;
}
</style>