Shades of Blue Bell #918DDA
Tints of Blue Bell #918DDA
RGB
CMYK
RGB Variations
Color information
#918DDA (or 0x918DDA) is known color: Blue Bell. HEX triplet: 91, 8D and DA. RGB value is (145,141,218). Sum of RGB (Red+Green+Blue) = 145+141+218=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #918DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DDA is #6E7225. Grayscale: #969696. Windows color (decimal): -7238182 or 14323089. OLE color: 14323089.
HSL color Cylindrical-coordinate representation of color #918DDA: hue angle of 243.12º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918DDA is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 141 | 218 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.15 |
| HSL | 243.12º | 0.51% | 0.7% | - |
| HSV(B) | 243.12º | 0.35% | 0.85% | - |
| XYZ | 33.86 | 30.13 | 70.36 | - |
| YUV | 150.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 218 | 0.33 | 0.35 | 0 | 0.15 | 243.12 | 0.51 | 0.7 |
| Hex | 91 | 8D | DA | 21 | 23 | 0 | F | F3 | 33 | 46 |
| Octal | 221 | 215 | 332 | 41 | 43 | 0 | 17 | 363 | 63 | 106 |
| Binary | 10010001 | 10001101 | 11011010 | 100001 | 100011 | 0 | 1111 | 11110011 | 110011 | 1000110 |
Color Harmonies of #918DDA
Complementary color
Monochromatic Colors of #918DDA
Black with #918DDA
Text Example
Text Example
White with #918DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DDA; }
p { color: rgb(145,141,218); }
H1.HeaderClassName
{
color: #918DDA;
}
.AnyTagClassName
{
color: #918DDA;
}
</style>
background-color css
<style>
a { background-color: #918DDA; }
a { background-color: rgb(145,141,218); }
div.DivClassName
{
background-color: #918DDA;
}
.BgClassName
{
background-color: #918DDA;
}
</style>
border-color css
<style>
span { border-color: #918DDA; }
span { border-color: rgb(145,141,218); }
td.TdClassName
{
border-color: #918DDA;
}
.TagClassName
{
border-color: #918DDA;
}
</style>