Shades of Blue Bell #9892DC
Tints of Blue Bell #9892DC
RGB
CMYK
RGB Variations
Color information
#9892DC (or 0x9892DC) is known color: Blue Bell. HEX triplet: 98, 92 and DC. RGB value is (152,146,220). Sum of RGB (Red+Green+Blue) = 152+146+220=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9892DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892DC is #676D23. Grayscale: #9B9B9B. Windows color (decimal): -6778148 or 14455448. OLE color: 14455448.
HSL color Cylindrical-coordinate representation of color #9892DC: hue angle of 244.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9892DC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 146 | 220 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.14 |
| HSL | 244.86º | 0.51% | 0.72% | - |
| HSV(B) | 244.86º | 0.34% | 0.86% | - |
| XYZ | 36.15 | 32.4 | 72.06 | - |
| YUV | 156.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 220 | 0.31 | 0.34 | 0 | 0.14 | 244.86 | 0.51 | 0.72 |
| Hex | 98 | 92 | DC | 1F | 22 | 0 | E | F5 | 33 | 48 |
| Octal | 230 | 222 | 334 | 37 | 42 | 0 | 16 | 365 | 63 | 110 |
| Binary | 10011000 | 10010010 | 11011100 | 11111 | 100010 | 0 | 1110 | 11110101 | 110011 | 1001000 |
Color Harmonies of #9892DC
Complementary color
Monochromatic Colors of #9892DC
Black with #9892DC
Text Example
Text Example
White with #9892DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892DC; }
p { color: rgb(152,146,220); }
H1.HeaderClassName
{
color: #9892DC;
}
.AnyTagClassName
{
color: #9892DC;
}
</style>
background-color css
<style>
a { background-color: #9892DC; }
a { background-color: rgb(152,146,220); }
div.DivClassName
{
background-color: #9892DC;
}
.BgClassName
{
background-color: #9892DC;
}
</style>
border-color css
<style>
span { border-color: #9892DC; }
span { border-color: rgb(152,146,220); }
td.TdClassName
{
border-color: #9892DC;
}
.TagClassName
{
border-color: #9892DC;
}
</style>