Shades of Blue Bell #949CC5
Tints of Blue Bell #949CC5
RGB
CMYK
RGB Variations
Color information
#949CC5 (or 0x949CC5) is known color: Blue Bell. HEX triplet: 94, 9C and C5. RGB value is (148,156,197). Sum of RGB (Red+Green+Blue) = 148+156+197=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 156 (61.33% from 255 or 31.14% 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 #949CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CC5 is #6B633A. Grayscale: #9E9E9E. Windows color (decimal): -7037755 or 12950676. OLE color: 12950676.
HSL color Cylindrical-coordinate representation of color #949CC5: hue angle of 230.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949CC5 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 156 | 197 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.23 |
| HSL | 230.2º | 0.3% | 0.68% | - |
| HSV(B) | 230.2º | 0.25% | 0.77% | - |
| XYZ | 34.18 | 34.1 | 57.6 | - |
| YUV | 158.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 197 | 0.25 | 0.21 | 0 | 0.23 | 230.2 | 0.3 | 0.68 |
| Hex | 94 | 9C | C5 | 19 | 15 | 0 | 17 | E6 | 1E | 44 |
| Octal | 224 | 234 | 305 | 31 | 25 | 0 | 27 | 346 | 36 | 104 |
| Binary | 10010100 | 10011100 | 11000101 | 11001 | 10101 | 0 | 10111 | 11100110 | 11110 | 1000100 |
Color Harmonies of #949CC5
Complementary color
Monochromatic Colors of #949CC5
Black with #949CC5
Text Example
Text Example
White with #949CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CC5; }
p { color: rgb(148,156,197); }
H1.HeaderClassName
{
color: #949CC5;
}
.AnyTagClassName
{
color: #949CC5;
}
</style>
background-color css
<style>
a { background-color: #949CC5; }
a { background-color: rgb(148,156,197); }
div.DivClassName
{
background-color: #949CC5;
}
.BgClassName
{
background-color: #949CC5;
}
</style>
border-color css
<style>
span { border-color: #949CC5; }
span { border-color: rgb(148,156,197); }
td.TdClassName
{
border-color: #949CC5;
}
.TagClassName
{
border-color: #949CC5;
}
</style>