Shades of Blue Bell #898BCA
Tints of Blue Bell #898BCA
RGB
CMYK
RGB Variations
Color information
#898BCA (or 0x898BCA) is known color: Blue Bell. HEX triplet: 89, 8B and CA. RGB value is (137,139,202). Sum of RGB (Red+Green+Blue) = 137+139+202=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #898BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BCA is #767435. Grayscale: #919191. Windows color (decimal): -7762998 or 13273993. OLE color: 13273993.
HSL color Cylindrical-coordinate representation of color #898BCA: hue angle of 238.15º 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 #898BCA is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 139 | 202 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.21 |
| HSL | 238.15º | 0.38% | 0.66% | - |
| HSV(B) | 238.15º | 0.32% | 0.79% | - |
| XYZ | 30.21 | 28.05 | 59.7 | - |
| YUV | 145.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 202 | 0.32 | 0.31 | 0 | 0.21 | 238.15 | 0.38 | 0.66 |
| Hex | 89 | 8B | CA | 20 | 1F | 0 | 15 | EE | 26 | 42 |
| Octal | 211 | 213 | 312 | 40 | 37 | 0 | 25 | 356 | 46 | 102 |
| Binary | 10001001 | 10001011 | 11001010 | 100000 | 11111 | 0 | 10101 | 11101110 | 100110 | 1000010 |
Color Harmonies of #898BCA
Complementary color
Monochromatic Colors of #898BCA
Black with #898BCA
Text Example
Text Example
White with #898BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BCA; }
p { color: rgb(137,139,202); }
H1.HeaderClassName
{
color: #898BCA;
}
.AnyTagClassName
{
color: #898BCA;
}
</style>
background-color css
<style>
a { background-color: #898BCA; }
a { background-color: rgb(137,139,202); }
div.DivClassName
{
background-color: #898BCA;
}
.BgClassName
{
background-color: #898BCA;
}
</style>
border-color css
<style>
span { border-color: #898BCA; }
span { border-color: rgb(137,139,202); }
td.TdClassName
{
border-color: #898BCA;
}
.TagClassName
{
border-color: #898BCA;
}
</style>