Shades of Blue Bell #908DCF
Tints of Blue Bell #908DCF
RGB
CMYK
RGB Variations
Color information
#908DCF (or 0x908DCF) is known color: Blue Bell. HEX triplet: 90, 8D and CF. RGB value is (144,141,207). Sum of RGB (Red+Green+Blue) = 144+141+207=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #908DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DCF is #6F7230. Grayscale: #959595. Windows color (decimal): -7303729 or 13602192. OLE color: 13602192.
HSL color Cylindrical-coordinate representation of color #908DCF: hue angle of 242.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908DCF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 141 | 207 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.19 |
| HSL | 242.73º | 0.41% | 0.68% | - |
| HSV(B) | 242.73º | 0.32% | 0.81% | - |
| XYZ | 32.29 | 29.48 | 63.02 | - |
| YUV | 149.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 207 | 0.30 | 0.32 | 0 | 0.19 | 242.73 | 0.41 | 0.68 |
| Hex | 90 | 8D | CF | 1E | 20 | 0 | 13 | F3 | 29 | 44 |
| Octal | 220 | 215 | 317 | 36 | 40 | 0 | 23 | 363 | 51 | 104 |
| Binary | 10010000 | 10001101 | 11001111 | 11110 | 100000 | 0 | 10011 | 11110011 | 101001 | 1000100 |
Color Harmonies of #908DCF
Complementary color
Monochromatic Colors of #908DCF
Black with #908DCF
Text Example
Text Example
White with #908DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DCF; }
p { color: rgb(144,141,207); }
H1.HeaderClassName
{
color: #908DCF;
}
.AnyTagClassName
{
color: #908DCF;
}
</style>
background-color css
<style>
a { background-color: #908DCF; }
a { background-color: rgb(144,141,207); }
div.DivClassName
{
background-color: #908DCF;
}
.BgClassName
{
background-color: #908DCF;
}
</style>
border-color css
<style>
span { border-color: #908DCF; }
span { border-color: rgb(144,141,207); }
td.TdClassName
{
border-color: #908DCF;
}
.TagClassName
{
border-color: #908DCF;
}
</style>