Shades of Blue Bell #928ECE
Tints of Blue Bell #928ECE
RGB
CMYK
RGB Variations
Color information
#928ECE (or 0x928ECE) is known color: Blue Bell. HEX triplet: 92, 8E and CE. RGB value is (146,142,206). Sum of RGB (Red+Green+Blue) = 146+142+206=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #928ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ECE is #6D7131. Grayscale: #969696. Windows color (decimal): -7172402 or 13536914. OLE color: 13536914.
HSL color Cylindrical-coordinate representation of color #928ECE: hue angle of 243.75º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #928ECE is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 142 | 206 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.19 |
| HSL | 243.75º | 0.4% | 0.68% | - |
| HSV(B) | 243.75º | 0.31% | 0.81% | - |
| XYZ | 32.67 | 29.91 | 62.44 | - |
| YUV | 150.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 206 | 0.29 | 0.31 | 0 | 0.19 | 243.75 | 0.4 | 0.68 |
| Hex | 92 | 8E | CE | 1D | 1F | 0 | 13 | F4 | 28 | 44 |
| Octal | 222 | 216 | 316 | 35 | 37 | 0 | 23 | 364 | 50 | 104 |
| Binary | 10010010 | 10001110 | 11001110 | 11101 | 11111 | 0 | 10011 | 11110100 | 101000 | 1000100 |
Color Harmonies of #928ECE
Complementary color
Monochromatic Colors of #928ECE
Black with #928ECE
Text Example
Text Example
White with #928ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ECE; }
p { color: rgb(146,142,206); }
H1.HeaderClassName
{
color: #928ECE;
}
.AnyTagClassName
{
color: #928ECE;
}
</style>
background-color css
<style>
a { background-color: #928ECE; }
a { background-color: rgb(146,142,206); }
div.DivClassName
{
background-color: #928ECE;
}
.BgClassName
{
background-color: #928ECE;
}
</style>
border-color css
<style>
span { border-color: #928ECE; }
span { border-color: rgb(146,142,206); }
td.TdClassName
{
border-color: #928ECE;
}
.TagClassName
{
border-color: #928ECE;
}
</style>