Shades of Blue Bell #989EC0
Tints of Blue Bell #989EC0
RGB
CMYK
RGB Variations
Color information
#989EC0 (or 0x989EC0) is known color: Blue Bell. HEX triplet: 98, 9E and C0. RGB value is (152,158,192). Sum of RGB (Red+Green+Blue) = 152+158+192=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #989EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EC0 is #67613F. Grayscale: #9F9F9F. Windows color (decimal): -6775104 or 12623512. OLE color: 12623512.
HSL color Cylindrical-coordinate representation of color #989EC0: hue angle of 231º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989EC0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 158 | 192 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.25 |
| HSL | 231º | 0.24% | 0.67% | - |
| HSV(B) | 231º | 0.21% | 0.75% | - |
| XYZ | 34.69 | 34.93 | 54.78 | - |
| YUV | 160.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 192 | 0.21 | 0.18 | 0 | 0.25 | 231 | 0.24 | 0.67 |
| Hex | 98 | 9E | C0 | 15 | 12 | 0 | 19 | E7 | 18 | 43 |
| Octal | 230 | 236 | 300 | 25 | 22 | 0 | 31 | 347 | 30 | 103 |
| Binary | 10011000 | 10011110 | 11000000 | 10101 | 10010 | 0 | 11001 | 11100111 | 11000 | 1000011 |
Color Harmonies of #989EC0
Complementary color
Monochromatic Colors of #989EC0
Black with #989EC0
Text Example
Text Example
White with #989EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EC0; }
p { color: rgb(152,158,192); }
H1.HeaderClassName
{
color: #989EC0;
}
.AnyTagClassName
{
color: #989EC0;
}
</style>
background-color css
<style>
a { background-color: #989EC0; }
a { background-color: rgb(152,158,192); }
div.DivClassName
{
background-color: #989EC0;
}
.BgClassName
{
background-color: #989EC0;
}
</style>
border-color css
<style>
span { border-color: #989EC0; }
span { border-color: rgb(152,158,192); }
td.TdClassName
{
border-color: #989EC0;
}
.TagClassName
{
border-color: #989EC0;
}
</style>