Shades of Blue Bell #908DBD
Tints of Blue Bell #908DBD
RGB
CMYK
RGB Variations
Color information
#908DBD (or 0x908DBD) is known color: Blue Bell. HEX triplet: 90, 8D and BD. RGB value is (144,141,189). Sum of RGB (Red+Green+Blue) = 144+141+189=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #908DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DBD is #6F7242. Grayscale: #939393. Windows color (decimal): -7303747 or 12422544. OLE color: 12422544.
HSL color Cylindrical-coordinate representation of color #908DBD: hue angle of 243.75º degrees, saturation: 0.27, 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 #908DBD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 141 | 189 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.26 |
| HSL | 243.75º | 0.27% | 0.65% | - |
| HSV(B) | 243.75º | 0.25% | 0.74% | - |
| XYZ | 30.21 | 28.65 | 52.08 | - |
| YUV | 147.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 189 | 0.24 | 0.25 | 0 | 0.26 | 243.75 | 0.27 | 0.65 |
| Hex | 90 | 8D | BD | 18 | 19 | 0 | 1A | F4 | 1B | 41 |
| Octal | 220 | 215 | 275 | 30 | 31 | 0 | 32 | 364 | 33 | 101 |
| Binary | 10010000 | 10001101 | 10111101 | 11000 | 11001 | 0 | 11010 | 11110100 | 11011 | 1000001 |
Color Harmonies of #908DBD
Complementary color
Monochromatic Colors of #908DBD
Black with #908DBD
Text Example
Text Example
White with #908DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DBD; }
p { color: rgb(144,141,189); }
H1.HeaderClassName
{
color: #908DBD;
}
.AnyTagClassName
{
color: #908DBD;
}
</style>
background-color css
<style>
a { background-color: #908DBD; }
a { background-color: rgb(144,141,189); }
div.DivClassName
{
background-color: #908DBD;
}
.BgClassName
{
background-color: #908DBD;
}
</style>
border-color css
<style>
span { border-color: #908DBD; }
span { border-color: rgb(144,141,189); }
td.TdClassName
{
border-color: #908DBD;
}
.TagClassName
{
border-color: #908DBD;
}
</style>