Shades of Blue Bell #928BCF
Tints of Blue Bell #928BCF
RGB
CMYK
RGB Variations
Color information
#928BCF (or 0x928BCF) is known color: Blue Bell. HEX triplet: 92, 8B and CF. RGB value is (146,139,207). Sum of RGB (Red+Green+Blue) = 146+139+207=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #928BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BCF is #6D7430. Grayscale: #949494. Windows color (decimal): -7173169 or 13601682. OLE color: 13601682.
HSL color Cylindrical-coordinate representation of color #928BCF: hue angle of 246.18º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #928BCF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 139 | 207 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.19 |
| HSL | 246.18º | 0.41% | 0.68% | - |
| HSV(B) | 246.18º | 0.33% | 0.81% | - |
| XYZ | 32.35 | 29.08 | 62.94 | - |
| YUV | 148.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 207 | 0.29 | 0.33 | 0 | 0.19 | 246.18 | 0.41 | 0.68 |
| Hex | 92 | 8B | CF | 1D | 21 | 0 | 13 | F6 | 29 | 44 |
| Octal | 222 | 213 | 317 | 35 | 41 | 0 | 23 | 366 | 51 | 104 |
| Binary | 10010010 | 10001011 | 11001111 | 11101 | 100001 | 0 | 10011 | 11110110 | 101001 | 1000100 |
Color Harmonies of #928BCF
Complementary color
Monochromatic Colors of #928BCF
Black with #928BCF
Text Example
Text Example
White with #928BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BCF; }
p { color: rgb(146,139,207); }
H1.HeaderClassName
{
color: #928BCF;
}
.AnyTagClassName
{
color: #928BCF;
}
</style>
background-color css
<style>
a { background-color: #928BCF; }
a { background-color: rgb(146,139,207); }
div.DivClassName
{
background-color: #928BCF;
}
.BgClassName
{
background-color: #928BCF;
}
</style>
border-color css
<style>
span { border-color: #928BCF; }
span { border-color: rgb(146,139,207); }
td.TdClassName
{
border-color: #928BCF;
}
.TagClassName
{
border-color: #928BCF;
}
</style>