Shades of Blue Bell #989BCE
Tints of Blue Bell #989BCE
RGB
CMYK
RGB Variations
Color information
#989BCE (or 0x989BCE) is known color: Blue Bell. HEX triplet: 98, 9B and CE. RGB value is (152,155,206). Sum of RGB (Red+Green+Blue) = 152+155+206=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #989BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BCE is #676431. Grayscale: #9F9F9F. Windows color (decimal): -6775858 or 13540248. OLE color: 13540248.
HSL color Cylindrical-coordinate representation of color #989BCE: hue angle of 236.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989BCE is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 155 | 206 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.19 |
| HSL | 236.67º | 0.36% | 0.7% | - |
| HSV(B) | 236.67º | 0.26% | 0.81% | - |
| XYZ | 35.81 | 34.57 | 63.18 | - |
| YUV | 159.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 206 | 0.26 | 0.25 | 0 | 0.19 | 236.67 | 0.36 | 0.7 |
| Hex | 98 | 9B | CE | 1A | 19 | 0 | 13 | ED | 24 | 46 |
| Octal | 230 | 233 | 316 | 32 | 31 | 0 | 23 | 355 | 44 | 106 |
| Binary | 10011000 | 10011011 | 11001110 | 11010 | 11001 | 0 | 10011 | 11101101 | 100100 | 1000110 |
Color Harmonies of #989BCE
Complementary color
Monochromatic Colors of #989BCE
Black with #989BCE
Text Example
Text Example
White with #989BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BCE; }
p { color: rgb(152,155,206); }
H1.HeaderClassName
{
color: #989BCE;
}
.AnyTagClassName
{
color: #989BCE;
}
</style>
background-color css
<style>
a { background-color: #989BCE; }
a { background-color: rgb(152,155,206); }
div.DivClassName
{
background-color: #989BCE;
}
.BgClassName
{
background-color: #989BCE;
}
</style>
border-color css
<style>
span { border-color: #989BCE; }
span { border-color: rgb(152,155,206); }
td.TdClassName
{
border-color: #989BCE;
}
.TagClassName
{
border-color: #989BCE;
}
</style>