Shades of Blue Bell #9497CA
Tints of Blue Bell #9497CA
RGB
CMYK
RGB Variations
Color information
#9497CA (or 0x9497CA) is known color: Blue Bell. HEX triplet: 94, 97 and CA. RGB value is (148,151,202). Sum of RGB (Red+Green+Blue) = 148+151+202=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9497CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497CA is #6B6835. Grayscale: #9B9B9B. Windows color (decimal): -7039030 or 13277076. OLE color: 13277076.
HSL color Cylindrical-coordinate representation of color #9497CA: hue angle of 236.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9497CA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 151 | 202 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.21 |
| HSL | 236.67º | 0.34% | 0.69% | - |
| HSV(B) | 236.67º | 0.27% | 0.79% | - |
| XYZ | 33.94 | 32.69 | 60.4 | - |
| YUV | 155.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 202 | 0.27 | 0.25 | 0 | 0.21 | 236.67 | 0.34 | 0.69 |
| Hex | 94 | 97 | CA | 1B | 19 | 0 | 15 | ED | 22 | 45 |
| Octal | 224 | 227 | 312 | 33 | 31 | 0 | 25 | 355 | 42 | 105 |
| Binary | 10010100 | 10010111 | 11001010 | 11011 | 11001 | 0 | 10101 | 11101101 | 100010 | 1000101 |
Color Harmonies of #9497CA
Complementary color
Monochromatic Colors of #9497CA
Black with #9497CA
Text Example
Text Example
White with #9497CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9497CA; }
p { color: rgb(148,151,202); }
H1.HeaderClassName
{
color: #9497CA;
}
.AnyTagClassName
{
color: #9497CA;
}
</style>
background-color css
<style>
a { background-color: #9497CA; }
a { background-color: rgb(148,151,202); }
div.DivClassName
{
background-color: #9497CA;
}
.BgClassName
{
background-color: #9497CA;
}
</style>
border-color css
<style>
span { border-color: #9497CA; }
span { border-color: rgb(148,151,202); }
td.TdClassName
{
border-color: #9497CA;
}
.TagClassName
{
border-color: #9497CA;
}
</style>