Shades of Blue Bell #989EC2
Tints of Blue Bell #989EC2
RGB
CMYK
RGB Variations
Color information
#989EC2 (or 0x989EC2) is known color: Blue Bell. HEX triplet: 98, 9E and C2. RGB value is (152,158,194). Sum of RGB (Red+Green+Blue) = 152+158+194=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #989EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EC2 is #67613D. Grayscale: #A0A0A0. Windows color (decimal): -6775102 or 12754584. OLE color: 12754584.
HSL color Cylindrical-coordinate representation of color #989EC2: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #989EC2 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 158 | 194 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.24 |
| HSL | 231.43º | 0.26% | 0.68% | - |
| HSV(B) | 231.43º | 0.22% | 0.76% | - |
| XYZ | 34.91 | 35.02 | 55.96 | - |
| YUV | 160.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 194 | 0.22 | 0.19 | 0 | 0.24 | 231.43 | 0.26 | 0.68 |
| Hex | 98 | 9E | C2 | 16 | 13 | 0 | 18 | E7 | 1A | 44 |
| Octal | 230 | 236 | 302 | 26 | 23 | 0 | 30 | 347 | 32 | 104 |
| Binary | 10011000 | 10011110 | 11000010 | 10110 | 10011 | 0 | 11000 | 11100111 | 11010 | 1000100 |
Color Harmonies of #989EC2
Complementary color
Monochromatic Colors of #989EC2
Black with #989EC2
Text Example
Text Example
White with #989EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EC2; }
p { color: rgb(152,158,194); }
H1.HeaderClassName
{
color: #989EC2;
}
.AnyTagClassName
{
color: #989EC2;
}
</style>
background-color css
<style>
a { background-color: #989EC2; }
a { background-color: rgb(152,158,194); }
div.DivClassName
{
background-color: #989EC2;
}
.BgClassName
{
background-color: #989EC2;
}
</style>
border-color css
<style>
span { border-color: #989EC2; }
span { border-color: rgb(152,158,194); }
td.TdClassName
{
border-color: #989EC2;
}
.TagClassName
{
border-color: #989EC2;
}
</style>