Shades of Blue Bell #898BCB
Tints of Blue Bell #898BCB
RGB
CMYK
RGB Variations
Color information
#898BCB (or 0x898BCB) is known color: Blue Bell. HEX triplet: 89, 8B and CB. RGB value is (137,139,203). Sum of RGB (Red+Green+Blue) = 137+139+203=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #898BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BCB is #767434. Grayscale: #919191. Windows color (decimal): -7762997 or 13339529. OLE color: 13339529.
HSL color Cylindrical-coordinate representation of color #898BCB: hue angle of 238.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898BCB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 139 | 203 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.20 |
| HSL | 238.18º | 0.39% | 0.67% | - |
| HSV(B) | 238.18º | 0.33% | 0.8% | - |
| XYZ | 30.33 | 28.1 | 60.32 | - |
| YUV | 145.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 203 | 0.33 | 0.32 | 0 | 0.20 | 238.18 | 0.39 | 0.67 |
| Hex | 89 | 8B | CB | 21 | 20 | 0 | 14 | EE | 27 | 43 |
| Octal | 211 | 213 | 313 | 41 | 40 | 0 | 24 | 356 | 47 | 103 |
| Binary | 10001001 | 10001011 | 11001011 | 100001 | 100000 | 0 | 10100 | 11101110 | 100111 | 1000011 |
Color Harmonies of #898BCB
Complementary color
Monochromatic Colors of #898BCB
Black with #898BCB
Text Example
Text Example
White with #898BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BCB; }
p { color: rgb(137,139,203); }
H1.HeaderClassName
{
color: #898BCB;
}
.AnyTagClassName
{
color: #898BCB;
}
</style>
background-color css
<style>
a { background-color: #898BCB; }
a { background-color: rgb(137,139,203); }
div.DivClassName
{
background-color: #898BCB;
}
.BgClassName
{
background-color: #898BCB;
}
</style>
border-color css
<style>
span { border-color: #898BCB; }
span { border-color: rgb(137,139,203); }
td.TdClassName
{
border-color: #898BCB;
}
.TagClassName
{
border-color: #898BCB;
}
</style>