Shades of Blue Bell #989AD2
Tints of Blue Bell #989AD2
RGB
CMYK
RGB Variations
Color information
#989AD2 (or 0x989AD2) is known color: Blue Bell. HEX triplet: 98, 9A and D2. RGB value is (152,154,210). Sum of RGB (Red+Green+Blue) = 152+154+210=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #989AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AD2 is #67652D. Grayscale: #9F9F9F. Windows color (decimal): -6776110 or 13802136. OLE color: 13802136.
HSL color Cylindrical-coordinate representation of color #989AD2: hue angle of 237.93º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #989AD2 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 154 | 210 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.18 |
| HSL | 237.93º | 0.39% | 0.71% | - |
| HSV(B) | 237.93º | 0.28% | 0.82% | - |
| XYZ | 36.14 | 34.44 | 65.72 | - |
| YUV | 159.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 210 | 0.28 | 0.27 | 0 | 0.18 | 237.93 | 0.39 | 0.71 |
| Hex | 98 | 9A | D2 | 1C | 1B | 0 | 12 | EE | 27 | 47 |
| Octal | 230 | 232 | 322 | 34 | 33 | 0 | 22 | 356 | 47 | 107 |
| Binary | 10011000 | 10011010 | 11010010 | 11100 | 11011 | 0 | 10010 | 11101110 | 100111 | 1000111 |
Color Harmonies of #989AD2
Complementary color
Monochromatic Colors of #989AD2
Black with #989AD2
Text Example
Text Example
White with #989AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989AD2; }
p { color: rgb(152,154,210); }
H1.HeaderClassName
{
color: #989AD2;
}
.AnyTagClassName
{
color: #989AD2;
}
</style>
background-color css
<style>
a { background-color: #989AD2; }
a { background-color: rgb(152,154,210); }
div.DivClassName
{
background-color: #989AD2;
}
.BgClassName
{
background-color: #989AD2;
}
</style>
border-color css
<style>
span { border-color: #989AD2; }
span { border-color: rgb(152,154,210); }
td.TdClassName
{
border-color: #989AD2;
}
.TagClassName
{
border-color: #989AD2;
}
</style>