Shades of Blue Bell #9297CA
Tints of Blue Bell #9297CA
RGB
CMYK
RGB Variations
Color information
#9297CA (or 0x9297CA) is known color: Blue Bell. HEX triplet: 92, 97 and CA. RGB value is (146,151,202). Sum of RGB (Red+Green+Blue) = 146+151+202=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9297CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9297CA is #6D6835. Grayscale: #9B9B9B. Windows color (decimal): -7170102 or 13277074. OLE color: 13277074.
HSL color Cylindrical-coordinate representation of color #9297CA: hue angle of 234.64º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9297CA is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 151 | 202 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.21 |
| HSL | 234.64º | 0.35% | 0.68% | - |
| HSV(B) | 234.64º | 0.28% | 0.79% | - |
| XYZ | 33.58 | 32.51 | 60.38 | - |
| YUV | 155.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 202 | 0.28 | 0.25 | 0 | 0.21 | 234.64 | 0.35 | 0.68 |
| Hex | 92 | 97 | CA | 1C | 19 | 0 | 15 | EB | 23 | 44 |
| Octal | 222 | 227 | 312 | 34 | 31 | 0 | 25 | 353 | 43 | 104 |
| Binary | 10010010 | 10010111 | 11001010 | 11100 | 11001 | 0 | 10101 | 11101011 | 100011 | 1000100 |
Color Harmonies of #9297CA
Complementary color
Monochromatic Colors of #9297CA
Black with #9297CA
Text Example
Text Example
White with #9297CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9297CA; }
p { color: rgb(146,151,202); }
H1.HeaderClassName
{
color: #9297CA;
}
.AnyTagClassName
{
color: #9297CA;
}
</style>
background-color css
<style>
a { background-color: #9297CA; }
a { background-color: rgb(146,151,202); }
div.DivClassName
{
background-color: #9297CA;
}
.BgClassName
{
background-color: #9297CA;
}
</style>
border-color css
<style>
span { border-color: #9297CA; }
span { border-color: rgb(146,151,202); }
td.TdClassName
{
border-color: #9297CA;
}
.TagClassName
{
border-color: #9297CA;
}
</style>