Shades of Blue Bell #908DCA
Tints of Blue Bell #908DCA
RGB
CMYK
RGB Variations
Color information
#908DCA (or 0x908DCA) is known color: Blue Bell. HEX triplet: 90, 8D and CA. RGB value is (144,141,202). Sum of RGB (Red+Green+Blue) = 144+141+202=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #908DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DCA is #6F7235. Grayscale: #949494. Windows color (decimal): -7303734 or 13274512. OLE color: 13274512.
HSL color Cylindrical-coordinate representation of color #908DCA: hue angle of 242.95º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908DCA is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 141 | 202 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.21 |
| HSL | 242.95º | 0.37% | 0.67% | - |
| HSV(B) | 242.95º | 0.3% | 0.79% | - |
| XYZ | 31.69 | 29.24 | 59.85 | - |
| YUV | 148.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 202 | 0.29 | 0.30 | 0 | 0.21 | 242.95 | 0.37 | 0.67 |
| Hex | 90 | 8D | CA | 1D | 1E | 0 | 15 | F3 | 25 | 43 |
| Octal | 220 | 215 | 312 | 35 | 36 | 0 | 25 | 363 | 45 | 103 |
| Binary | 10010000 | 10001101 | 11001010 | 11101 | 11110 | 0 | 10101 | 11110011 | 100101 | 1000011 |
Color Harmonies of #908DCA
Complementary color
Monochromatic Colors of #908DCA
Black with #908DCA
Text Example
Text Example
White with #908DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DCA; }
p { color: rgb(144,141,202); }
H1.HeaderClassName
{
color: #908DCA;
}
.AnyTagClassName
{
color: #908DCA;
}
</style>
background-color css
<style>
a { background-color: #908DCA; }
a { background-color: rgb(144,141,202); }
div.DivClassName
{
background-color: #908DCA;
}
.BgClassName
{
background-color: #908DCA;
}
</style>
border-color css
<style>
span { border-color: #908DCA; }
span { border-color: rgb(144,141,202); }
td.TdClassName
{
border-color: #908DCA;
}
.TagClassName
{
border-color: #908DCA;
}
</style>