Shades of Blue Bell #989EC4
Tints of Blue Bell #989EC4
RGB
CMYK
RGB Variations
Color information
#989EC4 (or 0x989EC4) is known color: Blue Bell. HEX triplet: 98, 9E and C4. RGB value is (152,158,196). Sum of RGB (Red+Green+Blue) = 152+158+196=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #989EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EC4 is #67613B. Grayscale: #A0A0A0. Windows color (decimal): -6775100 or 12885656. OLE color: 12885656.
HSL color Cylindrical-coordinate representation of color #989EC4: hue angle of 231.82º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #989EC4 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 158 | 196 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.23 |
| HSL | 231.82º | 0.27% | 0.68% | - |
| HSV(B) | 231.82º | 0.22% | 0.77% | - |
| XYZ | 35.14 | 35.11 | 57.15 | - |
| YUV | 160.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 196 | 0.22 | 0.19 | 0 | 0.23 | 231.82 | 0.27 | 0.68 |
| Hex | 98 | 9E | C4 | 16 | 13 | 0 | 17 | E8 | 1B | 44 |
| Octal | 230 | 236 | 304 | 26 | 23 | 0 | 27 | 350 | 33 | 104 |
| Binary | 10011000 | 10011110 | 11000100 | 10110 | 10011 | 0 | 10111 | 11101000 | 11011 | 1000100 |
Color Harmonies of #989EC4
Complementary color
Monochromatic Colors of #989EC4
Black with #989EC4
Text Example
Text Example
White with #989EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EC4; }
p { color: rgb(152,158,196); }
H1.HeaderClassName
{
color: #989EC4;
}
.AnyTagClassName
{
color: #989EC4;
}
</style>
background-color css
<style>
a { background-color: #989EC4; }
a { background-color: rgb(152,158,196); }
div.DivClassName
{
background-color: #989EC4;
}
.BgClassName
{
background-color: #989EC4;
}
</style>
border-color css
<style>
span { border-color: #989EC4; }
span { border-color: rgb(152,158,196); }
td.TdClassName
{
border-color: #989EC4;
}
.TagClassName
{
border-color: #989EC4;
}
</style>