Shades of Blue Bell #928CCD
Tints of Blue Bell #928CCD
RGB
CMYK
RGB Variations
Color information
#928CCD (or 0x928CCD) is known color: Blue Bell. HEX triplet: 92, 8C and CD. RGB value is (146,140,205). Sum of RGB (Red+Green+Blue) = 146+140+205=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #928CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928CCD is #6D7332. Grayscale: #949494. Windows color (decimal): -7172915 or 13470866. OLE color: 13470866.
HSL color Cylindrical-coordinate representation of color #928CCD: hue angle of 245.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928CCD is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 140 | 205 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.20 |
| HSL | 245.54º | 0.39% | 0.68% | - |
| HSV(B) | 245.54º | 0.32% | 0.8% | - |
| XYZ | 32.25 | 29.27 | 61.71 | - |
| YUV | 149.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 205 | 0.29 | 0.32 | 0 | 0.20 | 245.54 | 0.39 | 0.68 |
| Hex | 92 | 8C | CD | 1D | 20 | 0 | 14 | F6 | 27 | 44 |
| Octal | 222 | 214 | 315 | 35 | 40 | 0 | 24 | 366 | 47 | 104 |
| Binary | 10010010 | 10001100 | 11001101 | 11101 | 100000 | 0 | 10100 | 11110110 | 100111 | 1000100 |
Color Harmonies of #928CCD
Complementary color
Monochromatic Colors of #928CCD
Black with #928CCD
Text Example
Text Example
White with #928CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928CCD; }
p { color: rgb(146,140,205); }
H1.HeaderClassName
{
color: #928CCD;
}
.AnyTagClassName
{
color: #928CCD;
}
</style>
background-color css
<style>
a { background-color: #928CCD; }
a { background-color: rgb(146,140,205); }
div.DivClassName
{
background-color: #928CCD;
}
.BgClassName
{
background-color: #928CCD;
}
</style>
border-color css
<style>
span { border-color: #928CCD; }
span { border-color: rgb(146,140,205); }
td.TdClassName
{
border-color: #928CCD;
}
.TagClassName
{
border-color: #928CCD;
}
</style>