Shades of Blue Bell #949BC7
Tints of Blue Bell #949BC7
RGB
CMYK
RGB Variations
Color information
#949BC7 (or 0x949BC7) is known color: Blue Bell. HEX triplet: 94, 9B and C7. RGB value is (148,155,199). Sum of RGB (Red+Green+Blue) = 148+155+199=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 199 - color contains mainly: blue. Hex color #949BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BC7 is #6B6438. Grayscale: #9D9D9D. Windows color (decimal): -7038009 or 13081492. OLE color: 13081492.
HSL color Cylindrical-coordinate representation of color #949BC7: hue angle of 231.76º degrees, saturation: 0.31, 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 #949BC7 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 155 | 199 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.22 |
| HSL | 231.76º | 0.31% | 0.68% | - |
| HSV(B) | 231.76º | 0.26% | 0.78% | - |
| XYZ | 34.24 | 33.86 | 58.76 | - |
| YUV | 157.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 199 | 0.26 | 0.22 | 0 | 0.22 | 231.76 | 0.31 | 0.68 |
| Hex | 94 | 9B | C7 | 1A | 16 | 0 | 16 | E8 | 1F | 44 |
| Octal | 224 | 233 | 307 | 32 | 26 | 0 | 26 | 350 | 37 | 104 |
| Binary | 10010100 | 10011011 | 11000111 | 11010 | 10110 | 0 | 10110 | 11101000 | 11111 | 1000100 |
Color Harmonies of #949BC7
Complementary color
Monochromatic Colors of #949BC7
Black with #949BC7
Text Example
Text Example
White with #949BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BC7; }
p { color: rgb(148,155,199); }
H1.HeaderClassName
{
color: #949BC7;
}
.AnyTagClassName
{
color: #949BC7;
}
</style>
background-color css
<style>
a { background-color: #949BC7; }
a { background-color: rgb(148,155,199); }
div.DivClassName
{
background-color: #949BC7;
}
.BgClassName
{
background-color: #949BC7;
}
</style>
border-color css
<style>
span { border-color: #949BC7; }
span { border-color: rgb(148,155,199); }
td.TdClassName
{
border-color: #949BC7;
}
.TagClassName
{
border-color: #949BC7;
}
</style>