Shades of Blue Bell #928FDD
Tints of Blue Bell #928FDD
RGB
CMYK
RGB Variations
Color information
#928FDD (or 0x928FDD) is known color: Blue Bell. HEX triplet: 92, 8F and DD. RGB value is (146,143,221). Sum of RGB (Red+Green+Blue) = 146+143+221=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #928FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FDD is #6D7022. Grayscale: #989898. Windows color (decimal): -7172131 or 14520210. OLE color: 14520210.
HSL color Cylindrical-coordinate representation of color #928FDD: hue angle of 242.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #928FDD is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 143 | 221 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.13 |
| HSL | 242.31º | 0.53% | 0.71% | - |
| HSV(B) | 242.31º | 0.35% | 0.87% | - |
| XYZ | 34.73 | 30.98 | 72.56 | - |
| YUV | 152.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 221 | 0.34 | 0.35 | 0 | 0.13 | 242.31 | 0.53 | 0.71 |
| Hex | 92 | 8F | DD | 22 | 23 | 0 | D | F2 | 35 | 47 |
| Octal | 222 | 217 | 335 | 42 | 43 | 0 | 15 | 362 | 65 | 107 |
| Binary | 10010010 | 10001111 | 11011101 | 100010 | 100011 | 0 | 1101 | 11110010 | 110101 | 1000111 |
Color Harmonies of #928FDD
Complementary color
Monochromatic Colors of #928FDD
Black with #928FDD
Text Example
Text Example
White with #928FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FDD; }
p { color: rgb(146,143,221); }
H1.HeaderClassName
{
color: #928FDD;
}
.AnyTagClassName
{
color: #928FDD;
}
</style>
background-color css
<style>
a { background-color: #928FDD; }
a { background-color: rgb(146,143,221); }
div.DivClassName
{
background-color: #928FDD;
}
.BgClassName
{
background-color: #928FDD;
}
</style>
border-color css
<style>
span { border-color: #928FDD; }
span { border-color: rgb(146,143,221); }
td.TdClassName
{
border-color: #928FDD;
}
.TagClassName
{
border-color: #928FDD;
}
</style>