Shades of Blue Bell #9894DC
Tints of Blue Bell #9894DC
RGB
CMYK
RGB Variations
Color information
#9894DC (or 0x9894DC) is known color: Blue Bell. HEX triplet: 98, 94 and DC. RGB value is (152,148,220). Sum of RGB (Red+Green+Blue) = 152+148+220=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9894DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9894DC is #676B23. Grayscale: #9D9D9D. Windows color (decimal): -6777636 or 14455960. OLE color: 14455960.
HSL color Cylindrical-coordinate representation of color #9894DC: hue angle of 243.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9894DC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 148 | 220 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.14 |
| HSL | 243.33º | 0.51% | 0.72% | - |
| HSV(B) | 243.33º | 0.33% | 0.86% | - |
| XYZ | 36.46 | 33.02 | 72.16 | - |
| YUV | 157.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 220 | 0.31 | 0.33 | 0 | 0.14 | 243.33 | 0.51 | 0.72 |
| Hex | 98 | 94 | DC | 1F | 21 | 0 | E | F3 | 33 | 48 |
| Octal | 230 | 224 | 334 | 37 | 41 | 0 | 16 | 363 | 63 | 110 |
| Binary | 10011000 | 10010100 | 11011100 | 11111 | 100001 | 0 | 1110 | 11110011 | 110011 | 1001000 |
Color Harmonies of #9894DC
Complementary color
Monochromatic Colors of #9894DC
Black with #9894DC
Text Example
Text Example
White with #9894DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9894DC; }
p { color: rgb(152,148,220); }
H1.HeaderClassName
{
color: #9894DC;
}
.AnyTagClassName
{
color: #9894DC;
}
</style>
background-color css
<style>
a { background-color: #9894DC; }
a { background-color: rgb(152,148,220); }
div.DivClassName
{
background-color: #9894DC;
}
.BgClassName
{
background-color: #9894DC;
}
</style>
border-color css
<style>
span { border-color: #9894DC; }
span { border-color: rgb(152,148,220); }
td.TdClassName
{
border-color: #9894DC;
}
.TagClassName
{
border-color: #9894DC;
}
</style>