Shades of Blue Bell #898FC4
Tints of Blue Bell #898FC4
RGB
CMYK
RGB Variations
Color information
#898FC4 (or 0x898FC4) is known color: Blue Bell. HEX triplet: 89, 8F and C4. RGB value is (137,143,196). Sum of RGB (Red+Green+Blue) = 137+143+196=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #898FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FC4 is #76703B. Grayscale: #939393. Windows color (decimal): -7761980 or 12881801. OLE color: 12881801.
HSL color Cylindrical-coordinate representation of color #898FC4: hue angle of 233.9º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #898FC4 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 143 | 196 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.23 |
| HSL | 233.9º | 0.33% | 0.65% | - |
| HSV(B) | 233.9º | 0.3% | 0.77% | - |
| XYZ | 30.1 | 28.95 | 56.23 | - |
| YUV | 147.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 196 | 0.30 | 0.27 | 0 | 0.23 | 233.9 | 0.33 | 0.65 |
| Hex | 89 | 8F | C4 | 1E | 1B | 0 | 17 | EA | 21 | 41 |
| Octal | 211 | 217 | 304 | 36 | 33 | 0 | 27 | 352 | 41 | 101 |
| Binary | 10001001 | 10001111 | 11000100 | 11110 | 11011 | 0 | 10111 | 11101010 | 100001 | 1000001 |
Color Harmonies of #898FC4
Complementary color
Monochromatic Colors of #898FC4
Black with #898FC4
Text Example
Text Example
White with #898FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FC4; }
p { color: rgb(137,143,196); }
H1.HeaderClassName
{
color: #898FC4;
}
.AnyTagClassName
{
color: #898FC4;
}
</style>
background-color css
<style>
a { background-color: #898FC4; }
a { background-color: rgb(137,143,196); }
div.DivClassName
{
background-color: #898FC4;
}
.BgClassName
{
background-color: #898FC4;
}
</style>
border-color css
<style>
span { border-color: #898FC4; }
span { border-color: rgb(137,143,196); }
td.TdClassName
{
border-color: #898FC4;
}
.TagClassName
{
border-color: #898FC4;
}
</style>