Shades of Blue Bell #928DCD
Tints of Blue Bell #928DCD
RGB
CMYK
RGB Variations
Color information
#928DCD (or 0x928DCD) is known color: Blue Bell. HEX triplet: 92, 8D and CD. RGB value is (146,141,205). Sum of RGB (Red+Green+Blue) = 146+141+205=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #928DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DCD is #6D7232. Grayscale: #959595. Windows color (decimal): -7172659 or 13471122. OLE color: 13471122.
HSL color Cylindrical-coordinate representation of color #928DCD: hue angle of 244.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #928DCD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 141 | 205 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.20 |
| HSL | 244.69º | 0.39% | 0.68% | - |
| HSV(B) | 244.69º | 0.31% | 0.8% | - |
| XYZ | 32.4 | 29.57 | 61.76 | - |
| YUV | 149.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 205 | 0.29 | 0.31 | 0 | 0.20 | 244.69 | 0.39 | 0.68 |
| Hex | 92 | 8D | CD | 1D | 1F | 0 | 14 | F5 | 27 | 44 |
| Octal | 222 | 215 | 315 | 35 | 37 | 0 | 24 | 365 | 47 | 104 |
| Binary | 10010010 | 10001101 | 11001101 | 11101 | 11111 | 0 | 10100 | 11110101 | 100111 | 1000100 |
Color Harmonies of #928DCD
Complementary color
Monochromatic Colors of #928DCD
Black with #928DCD
Text Example
Text Example
White with #928DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DCD; }
p { color: rgb(146,141,205); }
H1.HeaderClassName
{
color: #928DCD;
}
.AnyTagClassName
{
color: #928DCD;
}
</style>
background-color css
<style>
a { background-color: #928DCD; }
a { background-color: rgb(146,141,205); }
div.DivClassName
{
background-color: #928DCD;
}
.BgClassName
{
background-color: #928DCD;
}
</style>
border-color css
<style>
span { border-color: #928DCD; }
span { border-color: rgb(146,141,205); }
td.TdClassName
{
border-color: #928DCD;
}
.TagClassName
{
border-color: #928DCD;
}
</style>