Shades of Blue Bell #908DD5
Tints of Blue Bell #908DD5
RGB
CMYK
RGB Variations
Color information
#908DD5 (or 0x908DD5) is known color: Blue Bell. HEX triplet: 90, 8D and D5. RGB value is (144,141,213). Sum of RGB (Red+Green+Blue) = 144+141+213=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #908DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DD5 is #6F722A. Grayscale: #959595. Windows color (decimal): -7303723 or 13995408. OLE color: 13995408.
HSL color Cylindrical-coordinate representation of color #908DD5: hue angle of 242.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #908DD5 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 141 | 213 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.16 |
| HSL | 242.5º | 0.46% | 0.69% | - |
| HSV(B) | 242.5º | 0.34% | 0.84% | - |
| XYZ | 33.04 | 29.78 | 66.96 | - |
| YUV | 150.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 213 | 0.32 | 0.34 | 0 | 0.16 | 242.5 | 0.46 | 0.69 |
| Hex | 90 | 8D | D5 | 20 | 22 | 0 | 10 | F2 | 2E | 45 |
| Octal | 220 | 215 | 325 | 40 | 42 | 0 | 20 | 362 | 56 | 105 |
| Binary | 10010000 | 10001101 | 11010101 | 100000 | 100010 | 0 | 10000 | 11110010 | 101110 | 1000101 |
Color Harmonies of #908DD5
Complementary color
Monochromatic Colors of #908DD5
Black with #908DD5
Text Example
Text Example
White with #908DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DD5; }
p { color: rgb(144,141,213); }
H1.HeaderClassName
{
color: #908DD5;
}
.AnyTagClassName
{
color: #908DD5;
}
</style>
background-color css
<style>
a { background-color: #908DD5; }
a { background-color: rgb(144,141,213); }
div.DivClassName
{
background-color: #908DD5;
}
.BgClassName
{
background-color: #908DD5;
}
</style>
border-color css
<style>
span { border-color: #908DD5; }
span { border-color: rgb(144,141,213); }
td.TdClassName
{
border-color: #908DD5;
}
.TagClassName
{
border-color: #908DD5;
}
</style>