Shades of Blue Bell #989ACF
Tints of Blue Bell #989ACF
RGB
CMYK
RGB Variations
Color information
#989ACF (or 0x989ACF) is known color: Blue Bell. HEX triplet: 98, 9A and CF. RGB value is (152,154,207). Sum of RGB (Red+Green+Blue) = 152+154+207=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #989ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ACF is #676530. Grayscale: #9F9F9F. Windows color (decimal): -6776113 or 13605528. OLE color: 13605528.
HSL color Cylindrical-coordinate representation of color #989ACF: hue angle of 237.82º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989ACF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 154 | 207 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.19 |
| HSL | 237.82º | 0.36% | 0.7% | - |
| HSV(B) | 237.82º | 0.27% | 0.81% | - |
| XYZ | 35.77 | 34.29 | 63.77 | - |
| YUV | 159.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 207 | 0.27 | 0.26 | 0 | 0.19 | 237.82 | 0.36 | 0.7 |
| Hex | 98 | 9A | CF | 1B | 1A | 0 | 13 | EE | 24 | 46 |
| Octal | 230 | 232 | 317 | 33 | 32 | 0 | 23 | 356 | 44 | 106 |
| Binary | 10011000 | 10011010 | 11001111 | 11011 | 11010 | 0 | 10011 | 11101110 | 100100 | 1000110 |
Color Harmonies of #989ACF
Complementary color
Monochromatic Colors of #989ACF
Black with #989ACF
Text Example
Text Example
White with #989ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ACF; }
p { color: rgb(152,154,207); }
H1.HeaderClassName
{
color: #989ACF;
}
.AnyTagClassName
{
color: #989ACF;
}
</style>
background-color css
<style>
a { background-color: #989ACF; }
a { background-color: rgb(152,154,207); }
div.DivClassName
{
background-color: #989ACF;
}
.BgClassName
{
background-color: #989ACF;
}
</style>
border-color css
<style>
span { border-color: #989ACF; }
span { border-color: rgb(152,154,207); }
td.TdClassName
{
border-color: #989ACF;
}
.TagClassName
{
border-color: #989ACF;
}
</style>