Shades of Blue Bell #9891C9
Tints of Blue Bell #9891C9
RGB
CMYK
RGB Variations
Color information
#9891C9 (or 0x9891C9) is known color: Blue Bell. HEX triplet: 98, 91 and C9. RGB value is (152,145,201). Sum of RGB (Red+Green+Blue) = 152+145+201=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #9891C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891C9 is #676E36. Grayscale: #999999. Windows color (decimal): -6778423 or 13210008. OLE color: 13210008.
HSL color Cylindrical-coordinate representation of color #9891C9: hue angle of 247.5º degrees, saturation: 0.34, 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 #9891C9 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 145 | 201 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.21 |
| HSL | 247.5º | 0.34% | 0.68% | - |
| HSV(B) | 247.5º | 0.28% | 0.79% | - |
| XYZ | 33.62 | 31.14 | 59.5 | - |
| YUV | 153.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 201 | 0.24 | 0.28 | 0 | 0.21 | 247.5 | 0.34 | 0.68 |
| Hex | 98 | 91 | C9 | 18 | 1C | 0 | 15 | F8 | 22 | 44 |
| Octal | 230 | 221 | 311 | 30 | 34 | 0 | 25 | 370 | 42 | 104 |
| Binary | 10011000 | 10010001 | 11001001 | 11000 | 11100 | 0 | 10101 | 11111000 | 100010 | 1000100 |
Color Harmonies of #9891C9
Complementary color
Monochromatic Colors of #9891C9
Black with #9891C9
Text Example
Text Example
White with #9891C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891C9; }
p { color: rgb(152,145,201); }
H1.HeaderClassName
{
color: #9891C9;
}
.AnyTagClassName
{
color: #9891C9;
}
</style>
background-color css
<style>
a { background-color: #9891C9; }
a { background-color: rgb(152,145,201); }
div.DivClassName
{
background-color: #9891C9;
}
.BgClassName
{
background-color: #9891C9;
}
</style>
border-color css
<style>
span { border-color: #9891C9; }
span { border-color: rgb(152,145,201); }
td.TdClassName
{
border-color: #9891C9;
}
.TagClassName
{
border-color: #9891C9;
}
</style>