Shades of Blue Bell #949CC9
Tints of Blue Bell #949CC9
RGB
CMYK
RGB Variations
Color information
#949CC9 (or 0x949CC9) is known color: Blue Bell. HEX triplet: 94, 9C and C9. RGB value is (148,156,201). Sum of RGB (Red+Green+Blue) = 148+156+201=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #949CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CC9 is #6B6336. Grayscale: #9E9E9E. Windows color (decimal): -7037751 or 13212820. OLE color: 13212820.
HSL color Cylindrical-coordinate representation of color #949CC9: hue angle of 230.94º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949CC9 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 156 | 201 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.21 |
| HSL | 230.94º | 0.33% | 0.68% | - |
| HSV(B) | 230.94º | 0.26% | 0.79% | - |
| XYZ | 34.64 | 34.29 | 60.05 | - |
| YUV | 158.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 201 | 0.26 | 0.22 | 0 | 0.21 | 230.94 | 0.33 | 0.68 |
| Hex | 94 | 9C | C9 | 1A | 16 | 0 | 15 | E7 | 21 | 44 |
| Octal | 224 | 234 | 311 | 32 | 26 | 0 | 25 | 347 | 41 | 104 |
| Binary | 10010100 | 10011100 | 11001001 | 11010 | 10110 | 0 | 10101 | 11100111 | 100001 | 1000100 |
Color Harmonies of #949CC9
Complementary color
Monochromatic Colors of #949CC9
Black with #949CC9
Text Example
Text Example
White with #949CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CC9; }
p { color: rgb(148,156,201); }
H1.HeaderClassName
{
color: #949CC9;
}
.AnyTagClassName
{
color: #949CC9;
}
</style>
background-color css
<style>
a { background-color: #949CC9; }
a { background-color: rgb(148,156,201); }
div.DivClassName
{
background-color: #949CC9;
}
.BgClassName
{
background-color: #949CC9;
}
</style>
border-color css
<style>
span { border-color: #949CC9; }
span { border-color: rgb(148,156,201); }
td.TdClassName
{
border-color: #949CC9;
}
.TagClassName
{
border-color: #949CC9;
}
</style>