Shades of Blue Bell #9299C6
Tints of Blue Bell #9299C6
RGB
CMYK
RGB Variations
Color information
#9299C6 (or 0x9299C6) is known color: Blue Bell. HEX triplet: 92, 99 and C6. RGB value is (146,153,198). Sum of RGB (Red+Green+Blue) = 146+153+198=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #9299C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299C6 is #6D6639. Grayscale: #9B9B9B. Windows color (decimal): -7169594 or 13015442. OLE color: 13015442.
HSL color Cylindrical-coordinate representation of color #9299C6: hue angle of 231.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9299C6 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 153 | 198 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.22 |
| HSL | 231.92º | 0.31% | 0.67% | - |
| HSV(B) | 231.92º | 0.26% | 0.78% | - |
| XYZ | 33.44 | 32.97 | 58.03 | - |
| YUV | 156.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 198 | 0.26 | 0.23 | 0 | 0.22 | 231.92 | 0.31 | 0.67 |
| Hex | 92 | 99 | C6 | 1A | 17 | 0 | 16 | E8 | 1F | 43 |
| Octal | 222 | 231 | 306 | 32 | 27 | 0 | 26 | 350 | 37 | 103 |
| Binary | 10010010 | 10011001 | 11000110 | 11010 | 10111 | 0 | 10110 | 11101000 | 11111 | 1000011 |
Color Harmonies of #9299C6
Complementary color
Monochromatic Colors of #9299C6
Black with #9299C6
Text Example
Text Example
White with #9299C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299C6; }
p { color: rgb(146,153,198); }
H1.HeaderClassName
{
color: #9299C6;
}
.AnyTagClassName
{
color: #9299C6;
}
</style>
background-color css
<style>
a { background-color: #9299C6; }
a { background-color: rgb(146,153,198); }
div.DivClassName
{
background-color: #9299C6;
}
.BgClassName
{
background-color: #9299C6;
}
</style>
border-color css
<style>
span { border-color: #9299C6; }
span { border-color: rgb(146,153,198); }
td.TdClassName
{
border-color: #9299C6;
}
.TagClassName
{
border-color: #9299C6;
}
</style>