Shades of Blue Bell #898DC6
Tints of Blue Bell #898DC6
RGB
CMYK
RGB Variations
Color information
#898DC6 (or 0x898DC6) is known color: Blue Bell. HEX triplet: 89, 8D and C6. RGB value is (137,141,198). Sum of RGB (Red+Green+Blue) = 137+141+198=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #898DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DC6 is #767239. Grayscale: #929292. Windows color (decimal): -7762490 or 13012361. OLE color: 13012361.
HSL color Cylindrical-coordinate representation of color #898DC6: hue angle of 236.07º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #898DC6 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 141 | 198 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.22 |
| HSL | 236.07º | 0.35% | 0.66% | - |
| HSV(B) | 236.07º | 0.31% | 0.78% | - |
| XYZ | 30.03 | 28.45 | 57.33 | - |
| YUV | 146.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 198 | 0.31 | 0.29 | 0 | 0.22 | 236.07 | 0.35 | 0.66 |
| Hex | 89 | 8D | C6 | 1F | 1D | 0 | 16 | EC | 23 | 42 |
| Octal | 211 | 215 | 306 | 37 | 35 | 0 | 26 | 354 | 43 | 102 |
| Binary | 10001001 | 10001101 | 11000110 | 11111 | 11101 | 0 | 10110 | 11101100 | 100011 | 1000010 |
Color Harmonies of #898DC6
Complementary color
Monochromatic Colors of #898DC6
Black with #898DC6
Text Example
Text Example
White with #898DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DC6; }
p { color: rgb(137,141,198); }
H1.HeaderClassName
{
color: #898DC6;
}
.AnyTagClassName
{
color: #898DC6;
}
</style>
background-color css
<style>
a { background-color: #898DC6; }
a { background-color: rgb(137,141,198); }
div.DivClassName
{
background-color: #898DC6;
}
.BgClassName
{
background-color: #898DC6;
}
</style>
border-color css
<style>
span { border-color: #898DC6; }
span { border-color: rgb(137,141,198); }
td.TdClassName
{
border-color: #898DC6;
}
.TagClassName
{
border-color: #898DC6;
}
</style>