Shades of Blue Bell #9498CA
Tints of Blue Bell #9498CA
RGB
CMYK
RGB Variations
Color information
#9498CA (or 0x9498CA) is known color: Blue Bell. HEX triplet: 94, 98 and CA. RGB value is (148,152,202). Sum of RGB (Red+Green+Blue) = 148+152+202=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #9498CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9498CA is #6B6735. Grayscale: #9C9C9C. Windows color (decimal): -7038774 or 13277332. OLE color: 13277332.
HSL color Cylindrical-coordinate representation of color #9498CA: hue angle of 235.56º 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 #9498CA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 152 | 202 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.21 |
| HSL | 235.56º | 0.34% | 0.69% | - |
| HSV(B) | 235.56º | 0.27% | 0.79% | - |
| XYZ | 34.1 | 33.02 | 60.45 | - |
| YUV | 156.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 202 | 0.27 | 0.25 | 0 | 0.21 | 235.56 | 0.34 | 0.69 |
| Hex | 94 | 98 | CA | 1B | 19 | 0 | 15 | EC | 22 | 45 |
| Octal | 224 | 230 | 312 | 33 | 31 | 0 | 25 | 354 | 42 | 105 |
| Binary | 10010100 | 10011000 | 11001010 | 11011 | 11001 | 0 | 10101 | 11101100 | 100010 | 1000101 |
Color Harmonies of #9498CA
Complementary color
Monochromatic Colors of #9498CA
Black with #9498CA
Text Example
Text Example
White with #9498CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498CA; }
p { color: rgb(148,152,202); }
H1.HeaderClassName
{
color: #9498CA;
}
.AnyTagClassName
{
color: #9498CA;
}
</style>
background-color css
<style>
a { background-color: #9498CA; }
a { background-color: rgb(148,152,202); }
div.DivClassName
{
background-color: #9498CA;
}
.BgClassName
{
background-color: #9498CA;
}
</style>
border-color css
<style>
span { border-color: #9498CA; }
span { border-color: rgb(148,152,202); }
td.TdClassName
{
border-color: #9498CA;
}
.TagClassName
{
border-color: #9498CA;
}
</style>