Shades of Blue Bell #939ACE
Tints of Blue Bell #939ACE
RGB
CMYK
RGB Variations
Color information
#939ACE (or 0x939ACE) is known color: Blue Bell. HEX triplet: 93, 9A and CE. RGB value is (147,154,206). Sum of RGB (Red+Green+Blue) = 147+154+206=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #939ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ACE is #6C6531. Grayscale: #9D9D9D. Windows color (decimal): -7103794 or 13539987. OLE color: 13539987.
HSL color Cylindrical-coordinate representation of color #939ACE: hue angle of 232.88º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939ACE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 154 | 206 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.19 |
| HSL | 232.88º | 0.38% | 0.69% | - |
| HSV(B) | 232.88º | 0.29% | 0.81% | - |
| XYZ | 34.73 | 33.77 | 63.08 | - |
| YUV | 157.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 206 | 0.29 | 0.25 | 0 | 0.19 | 232.88 | 0.38 | 0.69 |
| Hex | 93 | 9A | CE | 1D | 19 | 0 | 13 | E9 | 26 | 45 |
| Octal | 223 | 232 | 316 | 35 | 31 | 0 | 23 | 351 | 46 | 105 |
| Binary | 10010011 | 10011010 | 11001110 | 11101 | 11001 | 0 | 10011 | 11101001 | 100110 | 1000101 |
Color Harmonies of #939ACE
Complementary color
Monochromatic Colors of #939ACE
Black with #939ACE
Text Example
Text Example
White with #939ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939ACE; }
p { color: rgb(147,154,206); }
H1.HeaderClassName
{
color: #939ACE;
}
.AnyTagClassName
{
color: #939ACE;
}
</style>
background-color css
<style>
a { background-color: #939ACE; }
a { background-color: rgb(147,154,206); }
div.DivClassName
{
background-color: #939ACE;
}
.BgClassName
{
background-color: #939ACE;
}
</style>
border-color css
<style>
span { border-color: #939ACE; }
span { border-color: rgb(147,154,206); }
td.TdClassName
{
border-color: #939ACE;
}
.TagClassName
{
border-color: #939ACE;
}
</style>