Shades of Blue Bell #949AC6
Tints of Blue Bell #949AC6
RGB
CMYK
RGB Variations
Color information
#949AC6 (or 0x949AC6) is known color: Blue Bell. HEX triplet: 94, 9A and C6. RGB value is (148,154,198). Sum of RGB (Red+Green+Blue) = 148+154+198=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #949AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AC6 is #6B6539. Grayscale: #9D9D9D. Windows color (decimal): -7038266 or 13015700. OLE color: 13015700.
HSL color Cylindrical-coordinate representation of color #949AC6: hue angle of 232.8º 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 #949AC6 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 154 | 198 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.22 |
| HSL | 232.8º | 0.3% | 0.68% | - |
| HSV(B) | 232.8º | 0.25% | 0.78% | - |
| XYZ | 33.96 | 33.48 | 58.1 | - |
| YUV | 157.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 198 | 0.25 | 0.22 | 0 | 0.22 | 232.8 | 0.3 | 0.68 |
| Hex | 94 | 9A | C6 | 19 | 16 | 0 | 16 | E9 | 1E | 44 |
| Octal | 224 | 232 | 306 | 31 | 26 | 0 | 26 | 351 | 36 | 104 |
| Binary | 10010100 | 10011010 | 11000110 | 11001 | 10110 | 0 | 10110 | 11101001 | 11110 | 1000100 |
Color Harmonies of #949AC6
Complementary color
Monochromatic Colors of #949AC6
Black with #949AC6
Text Example
Text Example
White with #949AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AC6; }
p { color: rgb(148,154,198); }
H1.HeaderClassName
{
color: #949AC6;
}
.AnyTagClassName
{
color: #949AC6;
}
</style>
background-color css
<style>
a { background-color: #949AC6; }
a { background-color: rgb(148,154,198); }
div.DivClassName
{
background-color: #949AC6;
}
.BgClassName
{
background-color: #949AC6;
}
</style>
border-color css
<style>
span { border-color: #949AC6; }
span { border-color: rgb(148,154,198); }
td.TdClassName
{
border-color: #949AC6;
}
.TagClassName
{
border-color: #949AC6;
}
</style>