Shades of Blue Bell #928ECF
Tints of Blue Bell #928ECF
RGB
CMYK
RGB Variations
Color information
#928ECF (or 0x928ECF) is known color: Blue Bell. HEX triplet: 92, 8E and CF. RGB value is (146,142,207). Sum of RGB (Red+Green+Blue) = 146+142+207=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #928ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ECF is #6D7130. Grayscale: #969696. Windows color (decimal): -7172401 or 13602450. OLE color: 13602450.
HSL color Cylindrical-coordinate representation of color #928ECF: hue angle of 243.69º 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 #928ECF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 142 | 207 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.19 |
| HSL | 243.69º | 0.4% | 0.68% | - |
| HSV(B) | 243.69º | 0.31% | 0.81% | - |
| XYZ | 32.79 | 29.96 | 63.09 | - |
| YUV | 150.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 207 | 0.29 | 0.31 | 0 | 0.19 | 243.69 | 0.4 | 0.68 |
| Hex | 92 | 8E | CF | 1D | 1F | 0 | 13 | F4 | 28 | 44 |
| Octal | 222 | 216 | 317 | 35 | 37 | 0 | 23 | 364 | 50 | 104 |
| Binary | 10010010 | 10001110 | 11001111 | 11101 | 11111 | 0 | 10011 | 11110100 | 101000 | 1000100 |
Color Harmonies of #928ECF
Complementary color
Monochromatic Colors of #928ECF
Black with #928ECF
Text Example
Text Example
White with #928ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ECF; }
p { color: rgb(146,142,207); }
H1.HeaderClassName
{
color: #928ECF;
}
.AnyTagClassName
{
color: #928ECF;
}
</style>
background-color css
<style>
a { background-color: #928ECF; }
a { background-color: rgb(146,142,207); }
div.DivClassName
{
background-color: #928ECF;
}
.BgClassName
{
background-color: #928ECF;
}
</style>
border-color css
<style>
span { border-color: #928ECF; }
span { border-color: rgb(146,142,207); }
td.TdClassName
{
border-color: #928ECF;
}
.TagClassName
{
border-color: #928ECF;
}
</style>