Shades of Blue Bell #928ECD
Tints of Blue Bell #928ECD
RGB
CMYK
RGB Variations
Color information
#928ECD (or 0x928ECD) is known color: Blue Bell. HEX triplet: 92, 8E and CD. RGB value is (146,142,205). Sum of RGB (Red+Green+Blue) = 146+142+205=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #928ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ECD is #6D7132. Grayscale: #969696. Windows color (decimal): -7172403 or 13471378. OLE color: 13471378.
HSL color Cylindrical-coordinate representation of color #928ECD: hue angle of 243.81º 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 #928ECD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 142 | 205 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.20 |
| HSL | 243.81º | 0.39% | 0.68% | - |
| HSV(B) | 243.81º | 0.31% | 0.8% | - |
| XYZ | 32.55 | 29.86 | 61.81 | - |
| YUV | 150.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 205 | 0.29 | 0.31 | 0 | 0.20 | 243.81 | 0.39 | 0.68 |
| Hex | 92 | 8E | CD | 1D | 1F | 0 | 14 | F4 | 27 | 44 |
| Octal | 222 | 216 | 315 | 35 | 37 | 0 | 24 | 364 | 47 | 104 |
| Binary | 10010010 | 10001110 | 11001101 | 11101 | 11111 | 0 | 10100 | 11110100 | 100111 | 1000100 |
Color Harmonies of #928ECD
Complementary color
Monochromatic Colors of #928ECD
Black with #928ECD
Text Example
Text Example
White with #928ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ECD; }
p { color: rgb(146,142,205); }
H1.HeaderClassName
{
color: #928ECD;
}
.AnyTagClassName
{
color: #928ECD;
}
</style>
background-color css
<style>
a { background-color: #928ECD; }
a { background-color: rgb(146,142,205); }
div.DivClassName
{
background-color: #928ECD;
}
.BgClassName
{
background-color: #928ECD;
}
</style>
border-color css
<style>
span { border-color: #928ECD; }
span { border-color: rgb(146,142,205); }
td.TdClassName
{
border-color: #928ECD;
}
.TagClassName
{
border-color: #928ECD;
}
</style>