Shades of Blue Bell #989DCB
Tints of Blue Bell #989DCB
RGB
CMYK
RGB Variations
Color information
#989DCB (or 0x989DCB) is known color: Blue Bell. HEX triplet: 98, 9D and CB. RGB value is (152,157,203). Sum of RGB (Red+Green+Blue) = 152+157+203=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #989DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DCB is #676234. Grayscale: #A0A0A0. Windows color (decimal): -6775349 or 13344152. OLE color: 13344152.
HSL color Cylindrical-coordinate representation of color #989DCB: hue angle of 234.12º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989DCB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 157 | 203 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.20 |
| HSL | 234.12º | 0.33% | 0.7% | - |
| HSV(B) | 234.12º | 0.25% | 0.8% | - |
| XYZ | 35.79 | 35.1 | 61.39 | - |
| YUV | 160.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 203 | 0.25 | 0.23 | 0 | 0.20 | 234.12 | 0.33 | 0.7 |
| Hex | 98 | 9D | CB | 19 | 17 | 0 | 14 | EA | 21 | 46 |
| Octal | 230 | 235 | 313 | 31 | 27 | 0 | 24 | 352 | 41 | 106 |
| Binary | 10011000 | 10011101 | 11001011 | 11001 | 10111 | 0 | 10100 | 11101010 | 100001 | 1000110 |
Color Harmonies of #989DCB
Complementary color
Monochromatic Colors of #989DCB
Black with #989DCB
Text Example
Text Example
White with #989DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DCB; }
p { color: rgb(152,157,203); }
H1.HeaderClassName
{
color: #989DCB;
}
.AnyTagClassName
{
color: #989DCB;
}
</style>
background-color css
<style>
a { background-color: #989DCB; }
a { background-color: rgb(152,157,203); }
div.DivClassName
{
background-color: #989DCB;
}
.BgClassName
{
background-color: #989DCB;
}
</style>
border-color css
<style>
span { border-color: #989DCB; }
span { border-color: rgb(152,157,203); }
td.TdClassName
{
border-color: #989DCB;
}
.TagClassName
{
border-color: #989DCB;
}
</style>