Shades of Blue Bell #939BC5
Tints of Blue Bell #939BC5
RGB
CMYK
RGB Variations
Color information
#939BC5 (or 0x939BC5) is known color: Blue Bell. HEX triplet: 93, 9B and C5. RGB value is (147,155,197). Sum of RGB (Red+Green+Blue) = 147+155+197=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 197 - color contains mainly: blue. Hex color #939BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BC5 is #6C643A. Grayscale: #9D9D9D. Windows color (decimal): -7103547 or 12950419. OLE color: 12950419.
HSL color Cylindrical-coordinate representation of color #939BC5: hue angle of 230.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #939BC5 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 155 | 197 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.23 |
| HSL | 230.4º | 0.3% | 0.67% | - |
| HSV(B) | 230.4º | 0.25% | 0.77% | - |
| XYZ | 33.83 | 33.68 | 57.54 | - |
| YUV | 157.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 197 | 0.25 | 0.21 | 0 | 0.23 | 230.4 | 0.3 | 0.67 |
| Hex | 93 | 9B | C5 | 19 | 15 | 0 | 17 | E6 | 1E | 43 |
| Octal | 223 | 233 | 305 | 31 | 25 | 0 | 27 | 346 | 36 | 103 |
| Binary | 10010011 | 10011011 | 11000101 | 11001 | 10101 | 0 | 10111 | 11100110 | 11110 | 1000011 |
Color Harmonies of #939BC5
Complementary color
Monochromatic Colors of #939BC5
Black with #939BC5
Text Example
Text Example
White with #939BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BC5; }
p { color: rgb(147,155,197); }
H1.HeaderClassName
{
color: #939BC5;
}
.AnyTagClassName
{
color: #939BC5;
}
</style>
background-color css
<style>
a { background-color: #939BC5; }
a { background-color: rgb(147,155,197); }
div.DivClassName
{
background-color: #939BC5;
}
.BgClassName
{
background-color: #939BC5;
}
</style>
border-color css
<style>
span { border-color: #939BC5; }
span { border-color: rgb(147,155,197); }
td.TdClassName
{
border-color: #939BC5;
}
.TagClassName
{
border-color: #939BC5;
}
</style>