Shades of Blue Bell #949ABF
Tints of Blue Bell #949ABF
RGB
CMYK
RGB Variations
Color information
#949ABF (or 0x949ABF) is known color: Blue Bell. HEX triplet: 94, 9A and BF. RGB value is (148,154,191). Sum of RGB (Red+Green+Blue) = 148+154+191=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #949ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ABF is #6B6540. Grayscale: #9C9C9C. Windows color (decimal): -7038273 or 12556948. OLE color: 12556948.
HSL color Cylindrical-coordinate representation of color #949ABF: hue angle of 231.63º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949ABF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 154 | 191 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.25 |
| HSL | 231.63º | 0.25% | 0.66% | - |
| HSV(B) | 231.63º | 0.23% | 0.75% | - |
| XYZ | 33.17 | 33.17 | 53.94 | - |
| YUV | 156.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 191 | 0.23 | 0.19 | 0 | 0.25 | 231.63 | 0.25 | 0.66 |
| Hex | 94 | 9A | BF | 17 | 13 | 0 | 19 | E8 | 19 | 42 |
| Octal | 224 | 232 | 277 | 27 | 23 | 0 | 31 | 350 | 31 | 102 |
| Binary | 10010100 | 10011010 | 10111111 | 10111 | 10011 | 0 | 11001 | 11101000 | 11001 | 1000010 |
Color Harmonies of #949ABF
Complementary color
Monochromatic Colors of #949ABF
Black with #949ABF
Text Example
Text Example
White with #949ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949ABF; }
p { color: rgb(148,154,191); }
H1.HeaderClassName
{
color: #949ABF;
}
.AnyTagClassName
{
color: #949ABF;
}
</style>
background-color css
<style>
a { background-color: #949ABF; }
a { background-color: rgb(148,154,191); }
div.DivClassName
{
background-color: #949ABF;
}
.BgClassName
{
background-color: #949ABF;
}
</style>
border-color css
<style>
span { border-color: #949ABF; }
span { border-color: rgb(148,154,191); }
td.TdClassName
{
border-color: #949ABF;
}
.TagClassName
{
border-color: #949ABF;
}
</style>