Shades of Blue Bell #989BCC
Tints of Blue Bell #989BCC
RGB
CMYK
RGB Variations
Color information
#989BCC (or 0x989BCC) is known color: Blue Bell. HEX triplet: 98, 9B and CC. RGB value is (152,155,204). Sum of RGB (Red+Green+Blue) = 152+155+204=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #989BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BCC is #676433. Grayscale: #9F9F9F. Windows color (decimal): -6775860 or 13409176. OLE color: 13409176.
HSL color Cylindrical-coordinate representation of color #989BCC: hue angle of 236.54º degrees, saturation: 0.34, 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 #989BCC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 155 | 204 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.2 |
| HSL | 236.54º | 0.34% | 0.7% | - |
| HSV(B) | 236.54º | 0.25% | 0.8% | - |
| XYZ | 35.57 | 34.48 | 61.91 | - |
| YUV | 159.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 204 | 0.25 | 0.24 | 0 | 0.2 | 236.54 | 0.34 | 0.7 |
| Hex | 98 | 9B | CC | 19 | 18 | 0 | 14 | ED | 22 | 46 |
| Octal | 230 | 233 | 314 | 31 | 30 | 0 | 24 | 355 | 42 | 106 |
| Binary | 10011000 | 10011011 | 11001100 | 11001 | 11000 | 0 | 10100 | 11101101 | 100010 | 1000110 |
Color Harmonies of #989BCC
Complementary color
Monochromatic Colors of #989BCC
Black with #989BCC
Text Example
Text Example
White with #989BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BCC; }
p { color: rgb(152,155,204); }
H1.HeaderClassName
{
color: #989BCC;
}
.AnyTagClassName
{
color: #989BCC;
}
</style>
background-color css
<style>
a { background-color: #989BCC; }
a { background-color: rgb(152,155,204); }
div.DivClassName
{
background-color: #989BCC;
}
.BgClassName
{
background-color: #989BCC;
}
</style>
border-color css
<style>
span { border-color: #989BCC; }
span { border-color: rgb(152,155,204); }
td.TdClassName
{
border-color: #989BCC;
}
.TagClassName
{
border-color: #989BCC;
}
</style>