Shades of Blue Bell #908EBD
Tints of Blue Bell #908EBD
RGB
CMYK
RGB Variations
Color information
#908EBD (or 0x908EBD) is known color: Blue Bell. HEX triplet: 90, 8E and BD. RGB value is (144,142,189). Sum of RGB (Red+Green+Blue) = 144+142+189=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #908EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EBD is #6F7142. Grayscale: #939393. Windows color (decimal): -7303491 or 12422800. OLE color: 12422800.
HSL color Cylindrical-coordinate representation of color #908EBD: hue angle of 242.55º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #908EBD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 142 | 189 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.26 |
| HSL | 242.55º | 0.26% | 0.65% | - |
| HSV(B) | 242.55º | 0.25% | 0.74% | - |
| XYZ | 30.36 | 28.95 | 52.13 | - |
| YUV | 147.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 189 | 0.24 | 0.25 | 0 | 0.26 | 242.55 | 0.26 | 0.65 |
| Hex | 90 | 8E | BD | 18 | 19 | 0 | 1A | F3 | 1A | 41 |
| Octal | 220 | 216 | 275 | 30 | 31 | 0 | 32 | 363 | 32 | 101 |
| Binary | 10010000 | 10001110 | 10111101 | 11000 | 11001 | 0 | 11010 | 11110011 | 11010 | 1000001 |
Color Harmonies of #908EBD
Complementary color
Monochromatic Colors of #908EBD
Black with #908EBD
Text Example
Text Example
White with #908EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EBD; }
p { color: rgb(144,142,189); }
H1.HeaderClassName
{
color: #908EBD;
}
.AnyTagClassName
{
color: #908EBD;
}
</style>
background-color css
<style>
a { background-color: #908EBD; }
a { background-color: rgb(144,142,189); }
div.DivClassName
{
background-color: #908EBD;
}
.BgClassName
{
background-color: #908EBD;
}
</style>
border-color css
<style>
span { border-color: #908EBD; }
span { border-color: rgb(144,142,189); }
td.TdClassName
{
border-color: #908EBD;
}
.TagClassName
{
border-color: #908EBD;
}
</style>