Shades of Blue Bell #949BC6
Tints of Blue Bell #949BC6
RGB
CMYK
RGB Variations
Color information
#949BC6 (or 0x949BC6) is known color: Blue Bell. HEX triplet: 94, 9B and C6. RGB value is (148,155,198). Sum of RGB (Red+Green+Blue) = 148+155+198=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #949BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BC6 is #6B6439. Grayscale: #9D9D9D. Windows color (decimal): -7038010 or 13015956. OLE color: 13015956.
HSL color Cylindrical-coordinate representation of color #949BC6: hue angle of 231.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949BC6 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 155 | 198 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.22 |
| HSL | 231.6º | 0.3% | 0.68% | - |
| HSV(B) | 231.6º | 0.25% | 0.78% | - |
| XYZ | 34.13 | 33.82 | 58.15 | - |
| YUV | 157.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 198 | 0.25 | 0.22 | 0 | 0.22 | 231.6 | 0.3 | 0.68 |
| Hex | 94 | 9B | C6 | 19 | 16 | 0 | 16 | E8 | 1E | 44 |
| Octal | 224 | 233 | 306 | 31 | 26 | 0 | 26 | 350 | 36 | 104 |
| Binary | 10010100 | 10011011 | 11000110 | 11001 | 10110 | 0 | 10110 | 11101000 | 11110 | 1000100 |
Color Harmonies of #949BC6
Complementary color
Monochromatic Colors of #949BC6
Black with #949BC6
Text Example
Text Example
White with #949BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BC6; }
p { color: rgb(148,155,198); }
H1.HeaderClassName
{
color: #949BC6;
}
.AnyTagClassName
{
color: #949BC6;
}
</style>
background-color css
<style>
a { background-color: #949BC6; }
a { background-color: rgb(148,155,198); }
div.DivClassName
{
background-color: #949BC6;
}
.BgClassName
{
background-color: #949BC6;
}
</style>
border-color css
<style>
span { border-color: #949BC6; }
span { border-color: rgb(148,155,198); }
td.TdClassName
{
border-color: #949BC6;
}
.TagClassName
{
border-color: #949BC6;
}
</style>