Shades of Blue Bell #989AD6
Tints of Blue Bell #989AD6
RGB
CMYK
RGB Variations
Color information
#989AD6 (or 0x989AD6) is known color: Blue Bell. HEX triplet: 98, 9A and D6. RGB value is (152,154,214). Sum of RGB (Red+Green+Blue) = 152+154+214=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #989AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AD6 is #676529. Grayscale: #A0A0A0. Windows color (decimal): -6776106 or 14064280. OLE color: 14064280.
HSL color Cylindrical-coordinate representation of color #989AD6: hue angle of 238.06º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #989AD6 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 154 | 214 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.16 |
| HSL | 238.06º | 0.43% | 0.72% | - |
| HSV(B) | 238.06º | 0.29% | 0.84% | - |
| XYZ | 36.64 | 34.64 | 68.37 | - |
| YUV | 160.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 214 | 0.29 | 0.28 | 0 | 0.16 | 238.06 | 0.43 | 0.72 |
| Hex | 98 | 9A | D6 | 1D | 1C | 0 | 10 | EE | 2B | 48 |
| Octal | 230 | 232 | 326 | 35 | 34 | 0 | 20 | 356 | 53 | 110 |
| Binary | 10011000 | 10011010 | 11010110 | 11101 | 11100 | 0 | 10000 | 11101110 | 101011 | 1001000 |
Color Harmonies of #989AD6
Complementary color
Monochromatic Colors of #989AD6
Black with #989AD6
Text Example
Text Example
White with #989AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989AD6; }
p { color: rgb(152,154,214); }
H1.HeaderClassName
{
color: #989AD6;
}
.AnyTagClassName
{
color: #989AD6;
}
</style>
background-color css
<style>
a { background-color: #989AD6; }
a { background-color: rgb(152,154,214); }
div.DivClassName
{
background-color: #989AD6;
}
.BgClassName
{
background-color: #989AD6;
}
</style>
border-color css
<style>
span { border-color: #989AD6; }
span { border-color: rgb(152,154,214); }
td.TdClassName
{
border-color: #989AD6;
}
.TagClassName
{
border-color: #989AD6;
}
</style>