Shades of Blue Bell #928EBE
Tints of Blue Bell #928EBE
RGB
CMYK
RGB Variations
Color information
#928EBE (or 0x928EBE) is known color: Blue Bell. HEX triplet: 92, 8E and BE. RGB value is (146,142,190). Sum of RGB (Red+Green+Blue) = 146+142+190=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #928EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928EBE is #6D7141. Grayscale: #949494. Windows color (decimal): -7172418 or 12488338. OLE color: 12488338.
HSL color Cylindrical-coordinate representation of color #928EBE: hue angle of 245º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #928EBE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 142 | 190 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.25 |
| HSL | 245º | 0.27% | 0.65% | - |
| HSV(B) | 245º | 0.25% | 0.75% | - |
| XYZ | 30.82 | 29.17 | 52.72 | - |
| YUV | 148.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 190 | 0.23 | 0.25 | 0 | 0.25 | 245 | 0.27 | 0.65 |
| Hex | 92 | 8E | BE | 17 | 19 | 0 | 19 | F5 | 1B | 41 |
| Octal | 222 | 216 | 276 | 27 | 31 | 0 | 31 | 365 | 33 | 101 |
| Binary | 10010010 | 10001110 | 10111110 | 10111 | 11001 | 0 | 11001 | 11110101 | 11011 | 1000001 |
Color Harmonies of #928EBE
Complementary color
Monochromatic Colors of #928EBE
Black with #928EBE
Text Example
Text Example
White with #928EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EBE; }
p { color: rgb(146,142,190); }
H1.HeaderClassName
{
color: #928EBE;
}
.AnyTagClassName
{
color: #928EBE;
}
</style>
background-color css
<style>
a { background-color: #928EBE; }
a { background-color: rgb(146,142,190); }
div.DivClassName
{
background-color: #928EBE;
}
.BgClassName
{
background-color: #928EBE;
}
</style>
border-color css
<style>
span { border-color: #928EBE; }
span { border-color: rgb(146,142,190); }
td.TdClassName
{
border-color: #928EBE;
}
.TagClassName
{
border-color: #928EBE;
}
</style>