Shades of Blue Bell #989EC5
Tints of Blue Bell #989EC5
RGB
CMYK
RGB Variations
Color information
#989EC5 (or 0x989EC5) is known color: Blue Bell. HEX triplet: 98, 9E and C5. RGB value is (152,158,197). Sum of RGB (Red+Green+Blue) = 152+158+197=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #989EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EC5 is #67613A. Grayscale: #A0A0A0. Windows color (decimal): -6775099 or 12951192. OLE color: 12951192.
HSL color Cylindrical-coordinate representation of color #989EC5: hue angle of 232º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #989EC5 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 158 | 197 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.23 |
| HSL | 232º | 0.28% | 0.68% | - |
| HSV(B) | 232º | 0.23% | 0.77% | - |
| XYZ | 35.25 | 35.16 | 57.75 | - |
| YUV | 160.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 197 | 0.23 | 0.20 | 0 | 0.23 | 232 | 0.28 | 0.68 |
| Hex | 98 | 9E | C5 | 17 | 14 | 0 | 17 | E8 | 1C | 44 |
| Octal | 230 | 236 | 305 | 27 | 24 | 0 | 27 | 350 | 34 | 104 |
| Binary | 10011000 | 10011110 | 11000101 | 10111 | 10100 | 0 | 10111 | 11101000 | 11100 | 1000100 |
Color Harmonies of #989EC5
Complementary color
Monochromatic Colors of #989EC5
Black with #989EC5
Text Example
Text Example
White with #989EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EC5; }
p { color: rgb(152,158,197); }
H1.HeaderClassName
{
color: #989EC5;
}
.AnyTagClassName
{
color: #989EC5;
}
</style>
background-color css
<style>
a { background-color: #989EC5; }
a { background-color: rgb(152,158,197); }
div.DivClassName
{
background-color: #989EC5;
}
.BgClassName
{
background-color: #989EC5;
}
</style>
border-color css
<style>
span { border-color: #989EC5; }
span { border-color: rgb(152,158,197); }
td.TdClassName
{
border-color: #989EC5;
}
.TagClassName
{
border-color: #989EC5;
}
</style>