Shades of Blue Bell #928ADD
Tints of Blue Bell #928ADD
RGB
CMYK
RGB Variations
Color information
#928ADD (or 0x928ADD) is known color: Blue Bell. HEX triplet: 92, 8A and DD. RGB value is (146,138,221). Sum of RGB (Red+Green+Blue) = 146+138+221=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #928ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ADD is #6D7522. Grayscale: #959595. Windows color (decimal): -7173411 or 14518930. OLE color: 14518930.
HSL color Cylindrical-coordinate representation of color #928ADD: hue angle of 245.78º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928ADD is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 138 | 221 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.13 |
| HSL | 245.78º | 0.55% | 0.7% | - |
| HSV(B) | 245.78º | 0.38% | 0.87% | - |
| XYZ | 33.99 | 29.51 | 72.31 | - |
| YUV | 149.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 221 | 0.34 | 0.38 | 0 | 0.13 | 245.78 | 0.55 | 0.7 |
| Hex | 92 | 8A | DD | 22 | 26 | 0 | D | F6 | 37 | 46 |
| Octal | 222 | 212 | 335 | 42 | 46 | 0 | 15 | 366 | 67 | 106 |
| Binary | 10010010 | 10001010 | 11011101 | 100010 | 100110 | 0 | 1101 | 11110110 | 110111 | 1000110 |
Color Harmonies of #928ADD
Complementary color
Monochromatic Colors of #928ADD
Black with #928ADD
Text Example
Text Example
White with #928ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ADD; }
p { color: rgb(146,138,221); }
H1.HeaderClassName
{
color: #928ADD;
}
.AnyTagClassName
{
color: #928ADD;
}
</style>
background-color css
<style>
a { background-color: #928ADD; }
a { background-color: rgb(146,138,221); }
div.DivClassName
{
background-color: #928ADD;
}
.BgClassName
{
background-color: #928ADD;
}
</style>
border-color css
<style>
span { border-color: #928ADD; }
span { border-color: rgb(146,138,221); }
td.TdClassName
{
border-color: #928ADD;
}
.TagClassName
{
border-color: #928ADD;
}
</style>