Shades of Blue Bell #898CC9
Tints of Blue Bell #898CC9
RGB
CMYK
RGB Variations
Color information
#898CC9 (or 0x898CC9) is known color: Blue Bell. HEX triplet: 89, 8C and C9. RGB value is (137,140,201). Sum of RGB (Red+Green+Blue) = 137+140+201=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #898CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CC9 is #767336. Grayscale: #919191. Windows color (decimal): -7762743 or 13208713. OLE color: 13208713.
HSL color Cylindrical-coordinate representation of color #898CC9: hue angle of 237.19º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #898CC9 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 140 | 201 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.21 |
| HSL | 237.19º | 0.37% | 0.66% | - |
| HSV(B) | 237.19º | 0.32% | 0.79% | - |
| XYZ | 30.24 | 28.29 | 59.13 | - |
| YUV | 146.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 201 | 0.32 | 0.30 | 0 | 0.21 | 237.19 | 0.37 | 0.66 |
| Hex | 89 | 8C | C9 | 20 | 1E | 0 | 15 | ED | 25 | 42 |
| Octal | 211 | 214 | 311 | 40 | 36 | 0 | 25 | 355 | 45 | 102 |
| Binary | 10001001 | 10001100 | 11001001 | 100000 | 11110 | 0 | 10101 | 11101101 | 100101 | 1000010 |
Color Harmonies of #898CC9
Complementary color
Monochromatic Colors of #898CC9
Black with #898CC9
Text Example
Text Example
White with #898CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CC9; }
p { color: rgb(137,140,201); }
H1.HeaderClassName
{
color: #898CC9;
}
.AnyTagClassName
{
color: #898CC9;
}
</style>
background-color css
<style>
a { background-color: #898CC9; }
a { background-color: rgb(137,140,201); }
div.DivClassName
{
background-color: #898CC9;
}
.BgClassName
{
background-color: #898CC9;
}
</style>
border-color css
<style>
span { border-color: #898CC9; }
span { border-color: rgb(137,140,201); }
td.TdClassName
{
border-color: #898CC9;
}
.TagClassName
{
border-color: #898CC9;
}
</style>