Shades of Blue Bell #9898C9
Tints of Blue Bell #9898C9
RGB
CMYK
RGB Variations
Color information
#9898C9 (or 0x9898C9) is known color: Blue Bell. HEX triplet: 98, 98 and C9. RGB value is (152,152,201). Sum of RGB (Red+Green+Blue) = 152+152+201=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #9898C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898C9 is #676736. Grayscale: #9D9D9D. Windows color (decimal): -6776631 or 13211800. OLE color: 13211800.
HSL color Cylindrical-coordinate representation of color #9898C9: hue angle of 240º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9898C9 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 152 | 201 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.21 |
| HSL | 240º | 0.31% | 0.69% | - |
| HSV(B) | 240º | 0.24% | 0.79% | - |
| XYZ | 34.72 | 33.35 | 59.87 | - |
| YUV | 157.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 201 | 0.24 | 0.24 | 0 | 0.21 | 240 | 0.31 | 0.69 |
| Hex | 98 | 98 | C9 | 18 | 18 | 0 | 15 | F0 | 1F | 45 |
| Octal | 230 | 230 | 311 | 30 | 30 | 0 | 25 | 360 | 37 | 105 |
| Binary | 10011000 | 10011000 | 11001001 | 11000 | 11000 | 0 | 10101 | 11110000 | 11111 | 1000101 |
Color Harmonies of #9898C9
Complementary color
Monochromatic Colors of #9898C9
Black with #9898C9
Text Example
Text Example
White with #9898C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9898C9; }
p { color: rgb(152,152,201); }
H1.HeaderClassName
{
color: #9898C9;
}
.AnyTagClassName
{
color: #9898C9;
}
</style>
background-color css
<style>
a { background-color: #9898C9; }
a { background-color: rgb(152,152,201); }
div.DivClassName
{
background-color: #9898C9;
}
.BgClassName
{
background-color: #9898C9;
}
</style>
border-color css
<style>
span { border-color: #9898C9; }
span { border-color: rgb(152,152,201); }
td.TdClassName
{
border-color: #9898C9;
}
.TagClassName
{
border-color: #9898C9;
}
</style>