Shades of Blue Bell #9299C3
Tints of Blue Bell #9299C3
RGB
CMYK
RGB Variations
Color information
#9299C3 (or 0x9299C3) is known color: Blue Bell. HEX triplet: 92, 99 and C3. RGB value is (146,153,195). Sum of RGB (Red+Green+Blue) = 146+153+195=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #9299C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299C3 is #6D663C. Grayscale: #9B9B9B. Windows color (decimal): -7169597 or 12818834. OLE color: 12818834.
HSL color Cylindrical-coordinate representation of color #9299C3: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9299C3 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 153 | 195 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.24 |
| HSL | 231.43º | 0.29% | 0.67% | - |
| HSV(B) | 231.43º | 0.25% | 0.76% | - |
| XYZ | 33.1 | 32.83 | 56.22 | - |
| YUV | 155.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 195 | 0.25 | 0.22 | 0 | 0.24 | 231.43 | 0.29 | 0.67 |
| Hex | 92 | 99 | C3 | 19 | 16 | 0 | 18 | E7 | 1D | 43 |
| Octal | 222 | 231 | 303 | 31 | 26 | 0 | 30 | 347 | 35 | 103 |
| Binary | 10010010 | 10011001 | 11000011 | 11001 | 10110 | 0 | 11000 | 11100111 | 11101 | 1000011 |
Color Harmonies of #9299C3
Complementary color
Monochromatic Colors of #9299C3
Black with #9299C3
Text Example
Text Example
White with #9299C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299C3; }
p { color: rgb(146,153,195); }
H1.HeaderClassName
{
color: #9299C3;
}
.AnyTagClassName
{
color: #9299C3;
}
</style>
background-color css
<style>
a { background-color: #9299C3; }
a { background-color: rgb(146,153,195); }
div.DivClassName
{
background-color: #9299C3;
}
.BgClassName
{
background-color: #9299C3;
}
</style>
border-color css
<style>
span { border-color: #9299C3; }
span { border-color: rgb(146,153,195); }
td.TdClassName
{
border-color: #9299C3;
}
.TagClassName
{
border-color: #9299C3;
}
</style>