Shades of Blue Bell #949DC7
Tints of Blue Bell #949DC7
RGB
CMYK
RGB Variations
Color information
#949DC7 (or 0x949DC7) is known color: Blue Bell. HEX triplet: 94, 9D and C7. RGB value is (148,157,199). Sum of RGB (Red+Green+Blue) = 148+157+199=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #949DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DC7 is #6B6238. Grayscale: #9E9E9E. Windows color (decimal): -7037497 or 13082004. OLE color: 13082004.
HSL color Cylindrical-coordinate representation of color #949DC7: hue angle of 229.41º 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 #949DC7 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 157 | 199 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.22 |
| HSL | 229.41º | 0.31% | 0.68% | - |
| HSV(B) | 229.41º | 0.26% | 0.78% | - |
| XYZ | 34.58 | 34.53 | 58.88 | - |
| YUV | 159.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 199 | 0.26 | 0.21 | 0 | 0.22 | 229.41 | 0.31 | 0.68 |
| Hex | 94 | 9D | C7 | 1A | 15 | 0 | 16 | E5 | 1F | 44 |
| Octal | 224 | 235 | 307 | 32 | 25 | 0 | 26 | 345 | 37 | 104 |
| Binary | 10010100 | 10011101 | 11000111 | 11010 | 10101 | 0 | 10110 | 11100101 | 11111 | 1000100 |
Color Harmonies of #949DC7
Complementary color
Monochromatic Colors of #949DC7
Black with #949DC7
Text Example
Text Example
White with #949DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DC7; }
p { color: rgb(148,157,199); }
H1.HeaderClassName
{
color: #949DC7;
}
.AnyTagClassName
{
color: #949DC7;
}
</style>
background-color css
<style>
a { background-color: #949DC7; }
a { background-color: rgb(148,157,199); }
div.DivClassName
{
background-color: #949DC7;
}
.BgClassName
{
background-color: #949DC7;
}
</style>
border-color css
<style>
span { border-color: #949DC7; }
span { border-color: rgb(148,157,199); }
td.TdClassName
{
border-color: #949DC7;
}
.TagClassName
{
border-color: #949DC7;
}
</style>