Shades of Blue Bell #9299C1
Tints of Blue Bell #9299C1
RGB
CMYK
RGB Variations
Color information
#9299C1 (or 0x9299C1) is known color: Blue Bell. HEX triplet: 92, 99 and C1. RGB value is (146,153,193). Sum of RGB (Red+Green+Blue) = 146+153+193=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #9299C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299C1 is #6D663E. Grayscale: #9B9B9B. Windows color (decimal): -7169599 or 12687762. OLE color: 12687762.
HSL color Cylindrical-coordinate representation of color #9299C1: hue angle of 231.06º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9299C1 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 153 | 193 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.24 |
| HSL | 231.06º | 0.27% | 0.66% | - |
| HSV(B) | 231.06º | 0.24% | 0.76% | - |
| XYZ | 32.87 | 32.74 | 55.04 | - |
| YUV | 155.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 193 | 0.24 | 0.21 | 0 | 0.24 | 231.06 | 0.27 | 0.66 |
| Hex | 92 | 99 | C1 | 18 | 15 | 0 | 18 | E7 | 1B | 42 |
| Octal | 222 | 231 | 301 | 30 | 25 | 0 | 30 | 347 | 33 | 102 |
| Binary | 10010010 | 10011001 | 11000001 | 11000 | 10101 | 0 | 11000 | 11100111 | 11011 | 1000010 |
Color Harmonies of #9299C1
Complementary color
Monochromatic Colors of #9299C1
Black with #9299C1
Text Example
Text Example
White with #9299C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299C1; }
p { color: rgb(146,153,193); }
H1.HeaderClassName
{
color: #9299C1;
}
.AnyTagClassName
{
color: #9299C1;
}
</style>
background-color css
<style>
a { background-color: #9299C1; }
a { background-color: rgb(146,153,193); }
div.DivClassName
{
background-color: #9299C1;
}
.BgClassName
{
background-color: #9299C1;
}
</style>
border-color css
<style>
span { border-color: #9299C1; }
span { border-color: rgb(146,153,193); }
td.TdClassName
{
border-color: #9299C1;
}
.TagClassName
{
border-color: #9299C1;
}
</style>