Shades of Blue Bell #939DC5
Tints of Blue Bell #939DC5
RGB
CMYK
RGB Variations
Color information
#939DC5 (or 0x939DC5) is known color: Blue Bell. HEX triplet: 93, 9D and C5. RGB value is (147,157,197). Sum of RGB (Red+Green+Blue) = 147+157+197=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #939DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DC5 is #6C623A. Grayscale: #9E9E9E. Windows color (decimal): -7103035 or 12950931. OLE color: 12950931.
HSL color Cylindrical-coordinate representation of color #939DC5: hue angle of 228º 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 #939DC5 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 157 | 197 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.23 |
| HSL | 228º | 0.3% | 0.67% | - |
| HSV(B) | 228º | 0.25% | 0.77% | - |
| XYZ | 34.17 | 34.35 | 57.65 | - |
| YUV | 158.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 197 | 0.25 | 0.20 | 0 | 0.23 | 228 | 0.3 | 0.67 |
| Hex | 93 | 9D | C5 | 19 | 14 | 0 | 17 | E4 | 1E | 43 |
| Octal | 223 | 235 | 305 | 31 | 24 | 0 | 27 | 344 | 36 | 103 |
| Binary | 10010011 | 10011101 | 11000101 | 11001 | 10100 | 0 | 10111 | 11100100 | 11110 | 1000011 |
Color Harmonies of #939DC5
Complementary color
Monochromatic Colors of #939DC5
Black with #939DC5
Text Example
Text Example
White with #939DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DC5; }
p { color: rgb(147,157,197); }
H1.HeaderClassName
{
color: #939DC5;
}
.AnyTagClassName
{
color: #939DC5;
}
</style>
background-color css
<style>
a { background-color: #939DC5; }
a { background-color: rgb(147,157,197); }
div.DivClassName
{
background-color: #939DC5;
}
.BgClassName
{
background-color: #939DC5;
}
</style>
border-color css
<style>
span { border-color: #939DC5; }
span { border-color: rgb(147,157,197); }
td.TdClassName
{
border-color: #939DC5;
}
.TagClassName
{
border-color: #939DC5;
}
</style>