Shades of Blue Bell #918DCA
Tints of Blue Bell #918DCA
RGB
CMYK
RGB Variations
Color information
#918DCA (or 0x918DCA) is known color: Blue Bell. HEX triplet: 91, 8D and CA. RGB value is (145,141,202). Sum of RGB (Red+Green+Blue) = 145+141+202=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #918DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DCA is #6E7235. Grayscale: #949494. Windows color (decimal): -7238198 or 13274513. OLE color: 13274513.
HSL color Cylindrical-coordinate representation of color #918DCA: hue angle of 243.93º 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 #918DCA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 141 | 202 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.21 |
| HSL | 243.93º | 0.37% | 0.67% | - |
| HSV(B) | 243.93º | 0.3% | 0.79% | - |
| XYZ | 31.86 | 29.33 | 59.86 | - |
| YUV | 149.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 202 | 0.28 | 0.30 | 0 | 0.21 | 243.93 | 0.37 | 0.67 |
| Hex | 91 | 8D | CA | 1C | 1E | 0 | 15 | F4 | 25 | 43 |
| Octal | 221 | 215 | 312 | 34 | 36 | 0 | 25 | 364 | 45 | 103 |
| Binary | 10010001 | 10001101 | 11001010 | 11100 | 11110 | 0 | 10101 | 11110100 | 100101 | 1000011 |
Color Harmonies of #918DCA
Complementary color
Monochromatic Colors of #918DCA
Black with #918DCA
Text Example
Text Example
White with #918DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DCA; }
p { color: rgb(145,141,202); }
H1.HeaderClassName
{
color: #918DCA;
}
.AnyTagClassName
{
color: #918DCA;
}
</style>
background-color css
<style>
a { background-color: #918DCA; }
a { background-color: rgb(145,141,202); }
div.DivClassName
{
background-color: #918DCA;
}
.BgClassName
{
background-color: #918DCA;
}
</style>
border-color css
<style>
span { border-color: #918DCA; }
span { border-color: rgb(145,141,202); }
td.TdClassName
{
border-color: #918DCA;
}
.TagClassName
{
border-color: #918DCA;
}
</style>