Shades of Blue Bell #939DC8
Tints of Blue Bell #939DC8
RGB
CMYK
RGB Variations
Color information
#939DC8 (or 0x939DC8) is known color: Blue Bell. HEX triplet: 93, 9D and C8. RGB value is (147,157,200). Sum of RGB (Red+Green+Blue) = 147+157+200=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #939DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DC8 is #6C6237. Grayscale: #9E9E9E. Windows color (decimal): -7103032 or 13147539. OLE color: 13147539.
HSL color Cylindrical-coordinate representation of color #939DC8: hue angle of 228.68º degrees, saturation: 0.33, 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 #939DC8 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 157 | 200 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.22 |
| HSL | 228.68º | 0.33% | 0.68% | - |
| HSV(B) | 228.68º | 0.27% | 0.78% | - |
| XYZ | 34.51 | 34.49 | 59.48 | - |
| YUV | 158.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 200 | 0.26 | 0.22 | 0 | 0.22 | 228.68 | 0.33 | 0.68 |
| Hex | 93 | 9D | C8 | 1A | 16 | 0 | 16 | E5 | 21 | 44 |
| Octal | 223 | 235 | 310 | 32 | 26 | 0 | 26 | 345 | 41 | 104 |
| Binary | 10010011 | 10011101 | 11001000 | 11010 | 10110 | 0 | 10110 | 11100101 | 100001 | 1000100 |
Color Harmonies of #939DC8
Complementary color
Monochromatic Colors of #939DC8
Black with #939DC8
Text Example
Text Example
White with #939DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DC8; }
p { color: rgb(147,157,200); }
H1.HeaderClassName
{
color: #939DC8;
}
.AnyTagClassName
{
color: #939DC8;
}
</style>
background-color css
<style>
a { background-color: #939DC8; }
a { background-color: rgb(147,157,200); }
div.DivClassName
{
background-color: #939DC8;
}
.BgClassName
{
background-color: #939DC8;
}
</style>
border-color css
<style>
span { border-color: #939DC8; }
span { border-color: rgb(147,157,200); }
td.TdClassName
{
border-color: #939DC8;
}
.TagClassName
{
border-color: #939DC8;
}
</style>