Shades of Blue Bell #989EC1
Tints of Blue Bell #989EC1
RGB
CMYK
RGB Variations
Color information
#989EC1 (or 0x989EC1) is known color: Blue Bell. HEX triplet: 98, 9E and C1. RGB value is (152,158,193). Sum of RGB (Red+Green+Blue) = 152+158+193=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #989EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EC1 is #67613E. Grayscale: #A0A0A0. Windows color (decimal): -6775103 or 12689048. OLE color: 12689048.
HSL color Cylindrical-coordinate representation of color #989EC1: hue angle of 231.22º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989EC1 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 158 | 193 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.24 |
| HSL | 231.22º | 0.25% | 0.68% | - |
| HSV(B) | 231.22º | 0.21% | 0.76% | - |
| XYZ | 34.8 | 34.98 | 55.37 | - |
| YUV | 160.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 193 | 0.21 | 0.18 | 0 | 0.24 | 231.22 | 0.25 | 0.68 |
| Hex | 98 | 9E | C1 | 15 | 12 | 0 | 18 | E7 | 19 | 44 |
| Octal | 230 | 236 | 301 | 25 | 22 | 0 | 30 | 347 | 31 | 104 |
| Binary | 10011000 | 10011110 | 11000001 | 10101 | 10010 | 0 | 11000 | 11100111 | 11001 | 1000100 |
Color Harmonies of #989EC1
Complementary color
Monochromatic Colors of #989EC1
Black with #989EC1
Text Example
Text Example
White with #989EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EC1; }
p { color: rgb(152,158,193); }
H1.HeaderClassName
{
color: #989EC1;
}
.AnyTagClassName
{
color: #989EC1;
}
</style>
background-color css
<style>
a { background-color: #989EC1; }
a { background-color: rgb(152,158,193); }
div.DivClassName
{
background-color: #989EC1;
}
.BgClassName
{
background-color: #989EC1;
}
</style>
border-color css
<style>
span { border-color: #989EC1; }
span { border-color: rgb(152,158,193); }
td.TdClassName
{
border-color: #989EC1;
}
.TagClassName
{
border-color: #989EC1;
}
</style>