Shades of Blue Bell #898CCA
Tints of Blue Bell #898CCA
RGB
CMYK
RGB Variations
Color information
#898CCA (or 0x898CCA) is known color: Blue Bell. HEX triplet: 89, 8C and CA. RGB value is (137,140,202). Sum of RGB (Red+Green+Blue) = 137+140+202=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #898CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CCA is #767335. Grayscale: #919191. Windows color (decimal): -7762742 or 13274249. OLE color: 13274249.
HSL color Cylindrical-coordinate representation of color #898CCA: hue angle of 237.23º degrees, saturation: 0.38, 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 #898CCA is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 140 | 202 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.21 |
| HSL | 237.23º | 0.38% | 0.66% | - |
| HSV(B) | 237.23º | 0.32% | 0.79% | - |
| XYZ | 30.36 | 28.34 | 59.75 | - |
| YUV | 146.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 202 | 0.32 | 0.31 | 0 | 0.21 | 237.23 | 0.38 | 0.66 |
| Hex | 89 | 8C | CA | 20 | 1F | 0 | 15 | ED | 26 | 42 |
| Octal | 211 | 214 | 312 | 40 | 37 | 0 | 25 | 355 | 46 | 102 |
| Binary | 10001001 | 10001100 | 11001010 | 100000 | 11111 | 0 | 10101 | 11101101 | 100110 | 1000010 |
Color Harmonies of #898CCA
Complementary color
Monochromatic Colors of #898CCA
Black with #898CCA
Text Example
Text Example
White with #898CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CCA; }
p { color: rgb(137,140,202); }
H1.HeaderClassName
{
color: #898CCA;
}
.AnyTagClassName
{
color: #898CCA;
}
</style>
background-color css
<style>
a { background-color: #898CCA; }
a { background-color: rgb(137,140,202); }
div.DivClassName
{
background-color: #898CCA;
}
.BgClassName
{
background-color: #898CCA;
}
</style>
border-color css
<style>
span { border-color: #898CCA; }
span { border-color: rgb(137,140,202); }
td.TdClassName
{
border-color: #898CCA;
}
.TagClassName
{
border-color: #898CCA;
}
</style>