Shades of Blue Bell #989CCB
Tints of Blue Bell #989CCB
RGB
CMYK
RGB Variations
Color information
#989CCB (or 0x989CCB) is known color: Blue Bell. HEX triplet: 98, 9C and CB. RGB value is (152,156,203). Sum of RGB (Red+Green+Blue) = 152+156+203=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #989CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CCB is #676334. Grayscale: #9F9F9F. Windows color (decimal): -6775605 or 13343896. OLE color: 13343896.
HSL color Cylindrical-coordinate representation of color #989CCB: hue angle of 235.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989CCB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 156 | 203 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.20 |
| HSL | 235.29º | 0.33% | 0.7% | - |
| HSV(B) | 235.29º | 0.25% | 0.8% | - |
| XYZ | 35.62 | 34.76 | 61.33 | - |
| YUV | 160.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 203 | 0.25 | 0.23 | 0 | 0.20 | 235.29 | 0.33 | 0.7 |
| Hex | 98 | 9C | CB | 19 | 17 | 0 | 14 | EB | 21 | 46 |
| Octal | 230 | 234 | 313 | 31 | 27 | 0 | 24 | 353 | 41 | 106 |
| Binary | 10011000 | 10011100 | 11001011 | 11001 | 10111 | 0 | 10100 | 11101011 | 100001 | 1000110 |
Color Harmonies of #989CCB
Complementary color
Monochromatic Colors of #989CCB
Black with #989CCB
Text Example
Text Example
White with #989CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989CCB; }
p { color: rgb(152,156,203); }
H1.HeaderClassName
{
color: #989CCB;
}
.AnyTagClassName
{
color: #989CCB;
}
</style>
background-color css
<style>
a { background-color: #989CCB; }
a { background-color: rgb(152,156,203); }
div.DivClassName
{
background-color: #989CCB;
}
.BgClassName
{
background-color: #989CCB;
}
</style>
border-color css
<style>
span { border-color: #989CCB; }
span { border-color: rgb(152,156,203); }
td.TdClassName
{
border-color: #989CCB;
}
.TagClassName
{
border-color: #989CCB;
}
</style>