Shades of Blue Bell #9A98CE
Tints of Blue Bell #9A98CE
RGB
CMYK
RGB Variations
Color information
#9A98CE (or 0x9A98CE) is known color: Blue Bell. HEX triplet: 9A, 98 and CE. RGB value is (154,152,206). Sum of RGB (Red+Green+Blue) = 154+152+206=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98CE is #656731. Grayscale: #9E9E9E. Windows color (decimal): -6645554 or 13539482. OLE color: 13539482.
HSL color Cylindrical-coordinate representation of color #9A98CE: hue angle of 242.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A98CE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 152 | 206 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.19 |
| HSL | 242.22º | 0.36% | 0.7% | - |
| HSV(B) | 242.22º | 0.26% | 0.81% | - |
| XYZ | 35.7 | 33.78 | 63.03 | - |
| YUV | 158.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 206 | 0.25 | 0.26 | 0 | 0.19 | 242.22 | 0.36 | 0.7 |
| Hex | 9A | 98 | CE | 19 | 1A | 0 | 13 | F2 | 24 | 46 |
| Octal | 232 | 230 | 316 | 31 | 32 | 0 | 23 | 362 | 44 | 106 |
| Binary | 10011010 | 10011000 | 11001110 | 11001 | 11010 | 0 | 10011 | 11110010 | 100100 | 1000110 |
Color Harmonies of #9A98CE
Complementary color
Monochromatic Colors of #9A98CE
Black with #9A98CE
Text Example
Text Example
White with #9A98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98CE; }
p { color: rgb(154,152,206); }
H1.HeaderClassName
{
color: #9A98CE;
}
.AnyTagClassName
{
color: #9A98CE;
}
</style>
background-color css
<style>
a { background-color: #9A98CE; }
a { background-color: rgb(154,152,206); }
div.DivClassName
{
background-color: #9A98CE;
}
.BgClassName
{
background-color: #9A98CE;
}
</style>
border-color css
<style>
span { border-color: #9A98CE; }
span { border-color: rgb(154,152,206); }
td.TdClassName
{
border-color: #9A98CE;
}
.TagClassName
{
border-color: #9A98CE;
}
</style>