Shades of Blue Bell #898BC1
Tints of Blue Bell #898BC1
RGB
CMYK
RGB Variations
Color information
#898BC1 (or 0x898BC1) is known color: Blue Bell. HEX triplet: 89, 8B and C1. RGB value is (137,139,193). Sum of RGB (Red+Green+Blue) = 137+139+193=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #898BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BC1 is #76743E. Grayscale: #909090. Windows color (decimal): -7763007 or 12684169. OLE color: 12684169.
HSL color Cylindrical-coordinate representation of color #898BC1: hue angle of 237.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #898BC1 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 139 | 193 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.24 |
| HSL | 237.86º | 0.31% | 0.65% | - |
| HSV(B) | 237.86º | 0.29% | 0.76% | - |
| XYZ | 29.17 | 27.63 | 54.25 | - |
| YUV | 144.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 193 | 0.29 | 0.28 | 0 | 0.24 | 237.86 | 0.31 | 0.65 |
| Hex | 89 | 8B | C1 | 1D | 1C | 0 | 18 | EE | 1F | 41 |
| Octal | 211 | 213 | 301 | 35 | 34 | 0 | 30 | 356 | 37 | 101 |
| Binary | 10001001 | 10001011 | 11000001 | 11101 | 11100 | 0 | 11000 | 11101110 | 11111 | 1000001 |
Color Harmonies of #898BC1
Complementary color
Monochromatic Colors of #898BC1
Black with #898BC1
Text Example
Text Example
White with #898BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BC1; }
p { color: rgb(137,139,193); }
H1.HeaderClassName
{
color: #898BC1;
}
.AnyTagClassName
{
color: #898BC1;
}
</style>
background-color css
<style>
a { background-color: #898BC1; }
a { background-color: rgb(137,139,193); }
div.DivClassName
{
background-color: #898BC1;
}
.BgClassName
{
background-color: #898BC1;
}
</style>
border-color css
<style>
span { border-color: #898BC1; }
span { border-color: rgb(137,139,193); }
td.TdClassName
{
border-color: #898BC1;
}
.TagClassName
{
border-color: #898BC1;
}
</style>