Shades of Blue Bell #928BCC
Tints of Blue Bell #928BCC
RGB
CMYK
RGB Variations
Color information
#928BCC (or 0x928BCC) is known color: Blue Bell. HEX triplet: 92, 8B and CC. RGB value is (146,139,204). Sum of RGB (Red+Green+Blue) = 146+139+204=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #928BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BCC is #6D7433. Grayscale: #949494. Windows color (decimal): -7173172 or 13405074. OLE color: 13405074.
HSL color Cylindrical-coordinate representation of color #928BCC: hue angle of 246.46º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928BCC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 139 | 204 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.2 |
| HSL | 246.46º | 0.39% | 0.67% | - |
| HSV(B) | 246.46º | 0.32% | 0.8% | - |
| XYZ | 31.99 | 28.94 | 61.03 | - |
| YUV | 148.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 204 | 0.28 | 0.32 | 0 | 0.2 | 246.46 | 0.39 | 0.67 |
| Hex | 92 | 8B | CC | 1C | 20 | 0 | 14 | F6 | 27 | 43 |
| Octal | 222 | 213 | 314 | 34 | 40 | 0 | 24 | 366 | 47 | 103 |
| Binary | 10010010 | 10001011 | 11001100 | 11100 | 100000 | 0 | 10100 | 11110110 | 100111 | 1000011 |
Color Harmonies of #928BCC
Complementary color
Monochromatic Colors of #928BCC
Black with #928BCC
Text Example
Text Example
White with #928BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BCC; }
p { color: rgb(146,139,204); }
H1.HeaderClassName
{
color: #928BCC;
}
.AnyTagClassName
{
color: #928BCC;
}
</style>
background-color css
<style>
a { background-color: #928BCC; }
a { background-color: rgb(146,139,204); }
div.DivClassName
{
background-color: #928BCC;
}
.BgClassName
{
background-color: #928BCC;
}
</style>
border-color css
<style>
span { border-color: #928BCC; }
span { border-color: rgb(146,139,204); }
td.TdClassName
{
border-color: #928BCC;
}
.TagClassName
{
border-color: #928BCC;
}
</style>