Shades of Blue Bell #9892CA
Tints of Blue Bell #9892CA
RGB
CMYK
RGB Variations
Color information
#9892CA (or 0x9892CA) is known color: Blue Bell. HEX triplet: 98, 92 and CA. RGB value is (152,146,202). Sum of RGB (Red+Green+Blue) = 152+146+202=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9892CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892CA is #676D35. Grayscale: #999999. Windows color (decimal): -6778166 or 13275800. OLE color: 13275800.
HSL color Cylindrical-coordinate representation of color #9892CA: hue angle of 246.43º 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 #9892CA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 146 | 202 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.21 |
| HSL | 246.43º | 0.35% | 0.68% | - |
| HSV(B) | 246.43º | 0.28% | 0.79% | - |
| XYZ | 33.89 | 31.5 | 60.17 | - |
| YUV | 154.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 202 | 0.25 | 0.28 | 0 | 0.21 | 246.43 | 0.35 | 0.68 |
| Hex | 98 | 92 | CA | 19 | 1C | 0 | 15 | F6 | 23 | 44 |
| Octal | 230 | 222 | 312 | 31 | 34 | 0 | 25 | 366 | 43 | 104 |
| Binary | 10011000 | 10010010 | 11001010 | 11001 | 11100 | 0 | 10101 | 11110110 | 100011 | 1000100 |
Color Harmonies of #9892CA
Complementary color
Monochromatic Colors of #9892CA
Black with #9892CA
Text Example
Text Example
White with #9892CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892CA; }
p { color: rgb(152,146,202); }
H1.HeaderClassName
{
color: #9892CA;
}
.AnyTagClassName
{
color: #9892CA;
}
</style>
background-color css
<style>
a { background-color: #9892CA; }
a { background-color: rgb(152,146,202); }
div.DivClassName
{
background-color: #9892CA;
}
.BgClassName
{
background-color: #9892CA;
}
</style>
border-color css
<style>
span { border-color: #9892CA; }
span { border-color: rgb(152,146,202); }
td.TdClassName
{
border-color: #9892CA;
}
.TagClassName
{
border-color: #9892CA;
}
</style>