Shades of Blue Bell #928ECB
Tints of Blue Bell #928ECB
RGB
CMYK
RGB Variations
Color information
#928ECB (or 0x928ECB) is known color: Blue Bell. HEX triplet: 92, 8E and CB. RGB value is (146,142,203). Sum of RGB (Red+Green+Blue) = 146+142+203=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #928ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ECB is #6D7134. Grayscale: #959595. Windows color (decimal): -7172405 or 13340306. OLE color: 13340306.
HSL color Cylindrical-coordinate representation of color #928ECB: hue angle of 243.93º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928ECB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 142 | 203 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.20 |
| HSL | 243.93º | 0.37% | 0.68% | - |
| HSV(B) | 243.93º | 0.3% | 0.8% | - |
| XYZ | 32.31 | 29.77 | 60.54 | - |
| YUV | 150.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 203 | 0.28 | 0.30 | 0 | 0.20 | 243.93 | 0.37 | 0.68 |
| Hex | 92 | 8E | CB | 1C | 1E | 0 | 14 | F4 | 25 | 44 |
| Octal | 222 | 216 | 313 | 34 | 36 | 0 | 24 | 364 | 45 | 104 |
| Binary | 10010010 | 10001110 | 11001011 | 11100 | 11110 | 0 | 10100 | 11110100 | 100101 | 1000100 |
Color Harmonies of #928ECB
Complementary color
Monochromatic Colors of #928ECB
Black with #928ECB
Text Example
Text Example
White with #928ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ECB; }
p { color: rgb(146,142,203); }
H1.HeaderClassName
{
color: #928ECB;
}
.AnyTagClassName
{
color: #928ECB;
}
</style>
background-color css
<style>
a { background-color: #928ECB; }
a { background-color: rgb(146,142,203); }
div.DivClassName
{
background-color: #928ECB;
}
.BgClassName
{
background-color: #928ECB;
}
</style>
border-color css
<style>
span { border-color: #928ECB; }
span { border-color: rgb(146,142,203); }
td.TdClassName
{
border-color: #928ECB;
}
.TagClassName
{
border-color: #928ECB;
}
</style>