Shades of Blue Bell #939BC6
Tints of Blue Bell #939BC6
RGB
CMYK
RGB Variations
Color information
#939BC6 (or 0x939BC6) is known color: Blue Bell. HEX triplet: 93, 9B and C6. RGB value is (147,155,198). Sum of RGB (Red+Green+Blue) = 147+155+198=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #939BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BC6 is #6C6439. Grayscale: #9D9D9D. Windows color (decimal): -7103546 or 13015955. OLE color: 13015955.
HSL color Cylindrical-coordinate representation of color #939BC6: hue angle of 230.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #939BC6 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 155 | 198 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.22 |
| HSL | 230.59º | 0.31% | 0.68% | - |
| HSV(B) | 230.59º | 0.26% | 0.78% | - |
| XYZ | 33.95 | 33.72 | 58.15 | - |
| YUV | 157.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 198 | 0.26 | 0.22 | 0 | 0.22 | 230.59 | 0.31 | 0.68 |
| Hex | 93 | 9B | C6 | 1A | 16 | 0 | 16 | E7 | 1F | 44 |
| Octal | 223 | 233 | 306 | 32 | 26 | 0 | 26 | 347 | 37 | 104 |
| Binary | 10010011 | 10011011 | 11000110 | 11010 | 10110 | 0 | 10110 | 11100111 | 11111 | 1000100 |
Color Harmonies of #939BC6
Complementary color
Monochromatic Colors of #939BC6
Black with #939BC6
Text Example
Text Example
White with #939BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BC6; }
p { color: rgb(147,155,198); }
H1.HeaderClassName
{
color: #939BC6;
}
.AnyTagClassName
{
color: #939BC6;
}
</style>
background-color css
<style>
a { background-color: #939BC6; }
a { background-color: rgb(147,155,198); }
div.DivClassName
{
background-color: #939BC6;
}
.BgClassName
{
background-color: #939BC6;
}
</style>
border-color css
<style>
span { border-color: #939BC6; }
span { border-color: rgb(147,155,198); }
td.TdClassName
{
border-color: #939BC6;
}
.TagClassName
{
border-color: #939BC6;
}
</style>