Shades of Blue Bell #898ACD
Tints of Blue Bell #898ACD
RGB
CMYK
RGB Variations
Color information
#898ACD (or 0x898ACD) is known color: Blue Bell. HEX triplet: 89, 8A and CD. RGB value is (137,138,205). Sum of RGB (Red+Green+Blue) = 137+138+205=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #898ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ACD is #767532. Grayscale: #919191. Windows color (decimal): -7763251 or 13470345. OLE color: 13470345.
HSL color Cylindrical-coordinate representation of color #898ACD: hue angle of 239.12º degrees, saturation: 0.4, 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 #898ACD is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 138 | 205 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.20 |
| HSL | 239.12º | 0.4% | 0.67% | - |
| HSV(B) | 239.12º | 0.33% | 0.8% | - |
| XYZ | 30.42 | 27.9 | 61.54 | - |
| YUV | 145.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 205 | 0.33 | 0.33 | 0 | 0.20 | 239.12 | 0.4 | 0.67 |
| Hex | 89 | 8A | CD | 21 | 21 | 0 | 14 | EF | 28 | 43 |
| Octal | 211 | 212 | 315 | 41 | 41 | 0 | 24 | 357 | 50 | 103 |
| Binary | 10001001 | 10001010 | 11001101 | 100001 | 100001 | 0 | 10100 | 11101111 | 101000 | 1000011 |
Color Harmonies of #898ACD
Complementary color
Monochromatic Colors of #898ACD
Black with #898ACD
Text Example
Text Example
White with #898ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898ACD; }
p { color: rgb(137,138,205); }
H1.HeaderClassName
{
color: #898ACD;
}
.AnyTagClassName
{
color: #898ACD;
}
</style>
background-color css
<style>
a { background-color: #898ACD; }
a { background-color: rgb(137,138,205); }
div.DivClassName
{
background-color: #898ACD;
}
.BgClassName
{
background-color: #898ACD;
}
</style>
border-color css
<style>
span { border-color: #898ACD; }
span { border-color: rgb(137,138,205); }
td.TdClassName
{
border-color: #898ACD;
}
.TagClassName
{
border-color: #898ACD;
}
</style>