Shades of Blue Bell #989ED3
Tints of Blue Bell #989ED3
RGB
CMYK
RGB Variations
Color information
#989ED3 (or 0x989ED3) is known color: Blue Bell. HEX triplet: 98, 9E and D3. RGB value is (152,158,211). Sum of RGB (Red+Green+Blue) = 152+158+211=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #989ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ED3 is #67612C. Grayscale: #A2A2A2. Windows color (decimal): -6775085 or 13868696. OLE color: 13868696.
HSL color Cylindrical-coordinate representation of color #989ED3: hue angle of 233.9º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #989ED3 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 158 | 211 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.17 |
| HSL | 233.9º | 0.4% | 0.71% | - |
| HSV(B) | 233.9º | 0.28% | 0.83% | - |
| XYZ | 36.93 | 35.83 | 66.6 | - |
| YUV | 162.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 211 | 0.28 | 0.25 | 0 | 0.17 | 233.9 | 0.4 | 0.71 |
| Hex | 98 | 9E | D3 | 1C | 19 | 0 | 11 | EA | 28 | 47 |
| Octal | 230 | 236 | 323 | 34 | 31 | 0 | 21 | 352 | 50 | 107 |
| Binary | 10011000 | 10011110 | 11010011 | 11100 | 11001 | 0 | 10001 | 11101010 | 101000 | 1000111 |
Color Harmonies of #989ED3
Complementary color
Monochromatic Colors of #989ED3
Black with #989ED3
Text Example
Text Example
White with #989ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ED3; }
p { color: rgb(152,158,211); }
H1.HeaderClassName
{
color: #989ED3;
}
.AnyTagClassName
{
color: #989ED3;
}
</style>
background-color css
<style>
a { background-color: #989ED3; }
a { background-color: rgb(152,158,211); }
div.DivClassName
{
background-color: #989ED3;
}
.BgClassName
{
background-color: #989ED3;
}
</style>
border-color css
<style>
span { border-color: #989ED3; }
span { border-color: rgb(152,158,211); }
td.TdClassName
{
border-color: #989ED3;
}
.TagClassName
{
border-color: #989ED3;
}
</style>