Shades of Blue Bell #939CC9
Tints of Blue Bell #939CC9
RGB
CMYK
RGB Variations
Color information
#939CC9 (or 0x939CC9) is known color: Blue Bell. HEX triplet: 93, 9C and C9. RGB value is (147,156,201). Sum of RGB (Red+Green+Blue) = 147+156+201=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #939CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CC9 is #6C6336. Grayscale: #9E9E9E. Windows color (decimal): -7103287 or 13212819. OLE color: 13212819.
HSL color Cylindrical-coordinate representation of color #939CC9: hue angle of 230º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #939CC9 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 156 | 201 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.21 |
| HSL | 230º | 0.33% | 0.68% | - |
| HSV(B) | 230º | 0.27% | 0.79% | - |
| XYZ | 34.46 | 34.2 | 60.04 | - |
| YUV | 158.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 201 | 0.27 | 0.22 | 0 | 0.21 | 230 | 0.33 | 0.68 |
| Hex | 93 | 9C | C9 | 1B | 16 | 0 | 15 | E6 | 21 | 44 |
| Octal | 223 | 234 | 311 | 33 | 26 | 0 | 25 | 346 | 41 | 104 |
| Binary | 10010011 | 10011100 | 11001001 | 11011 | 10110 | 0 | 10101 | 11100110 | 100001 | 1000100 |
Color Harmonies of #939CC9
Complementary color
Monochromatic Colors of #939CC9
Black with #939CC9
Text Example
Text Example
White with #939CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CC9; }
p { color: rgb(147,156,201); }
H1.HeaderClassName
{
color: #939CC9;
}
.AnyTagClassName
{
color: #939CC9;
}
</style>
background-color css
<style>
a { background-color: #939CC9; }
a { background-color: rgb(147,156,201); }
div.DivClassName
{
background-color: #939CC9;
}
.BgClassName
{
background-color: #939CC9;
}
</style>
border-color css
<style>
span { border-color: #939CC9; }
span { border-color: rgb(147,156,201); }
td.TdClassName
{
border-color: #939CC9;
}
.TagClassName
{
border-color: #939CC9;
}
</style>