Shades of Blue Bell #989DC0
Tints of Blue Bell #989DC0
RGB
CMYK
RGB Variations
Color information
#989DC0 (or 0x989DC0) is known color: Blue Bell. HEX triplet: 98, 9D and C0. RGB value is (152,157,192). Sum of RGB (Red+Green+Blue) = 152+157+192=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #989DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DC0 is #67623F. Grayscale: #9F9F9F. Windows color (decimal): -6775360 or 12623256. OLE color: 12623256.
HSL color Cylindrical-coordinate representation of color #989DC0: hue angle of 232.5º 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 #989DC0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 157 | 192 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.25 |
| HSL | 232.5º | 0.24% | 0.67% | - |
| HSV(B) | 232.5º | 0.21% | 0.75% | - |
| XYZ | 34.52 | 34.6 | 54.73 | - |
| YUV | 159.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 192 | 0.21 | 0.18 | 0 | 0.25 | 232.5 | 0.24 | 0.67 |
| Hex | 98 | 9D | C0 | 15 | 12 | 0 | 19 | E8 | 18 | 43 |
| Octal | 230 | 235 | 300 | 25 | 22 | 0 | 31 | 350 | 30 | 103 |
| Binary | 10011000 | 10011101 | 11000000 | 10101 | 10010 | 0 | 11001 | 11101000 | 11000 | 1000011 |
Color Harmonies of #989DC0
Complementary color
Monochromatic Colors of #989DC0
Black with #989DC0
Text Example
Text Example
White with #989DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DC0; }
p { color: rgb(152,157,192); }
H1.HeaderClassName
{
color: #989DC0;
}
.AnyTagClassName
{
color: #989DC0;
}
</style>
background-color css
<style>
a { background-color: #989DC0; }
a { background-color: rgb(152,157,192); }
div.DivClassName
{
background-color: #989DC0;
}
.BgClassName
{
background-color: #989DC0;
}
</style>
border-color css
<style>
span { border-color: #989DC0; }
span { border-color: rgb(152,157,192); }
td.TdClassName
{
border-color: #989DC0;
}
.TagClassName
{
border-color: #989DC0;
}
</style>