Shades of Blue Bell #928AC5
Tints of Blue Bell #928AC5
RGB
CMYK
RGB Variations
Color information
#928AC5 (or 0x928AC5) is known color: Blue Bell. HEX triplet: 92, 8A and C5. RGB value is (146,138,197). Sum of RGB (Red+Green+Blue) = 146+138+197=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #928AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AC5 is #6D753A. Grayscale: #929292. Windows color (decimal): -7173435 or 12946066. OLE color: 12946066.
HSL color Cylindrical-coordinate representation of color #928AC5: hue angle of 248.14º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928AC5 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 138 | 197 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.23 |
| HSL | 248.14º | 0.34% | 0.66% | - |
| HSV(B) | 248.14º | 0.3% | 0.77% | - |
| XYZ | 31.02 | 28.32 | 56.65 | - |
| YUV | 147.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 197 | 0.26 | 0.30 | 0 | 0.23 | 248.14 | 0.34 | 0.66 |
| Hex | 92 | 8A | C5 | 1A | 1E | 0 | 17 | F8 | 22 | 42 |
| Octal | 222 | 212 | 305 | 32 | 36 | 0 | 27 | 370 | 42 | 102 |
| Binary | 10010010 | 10001010 | 11000101 | 11010 | 11110 | 0 | 10111 | 11111000 | 100010 | 1000010 |
Color Harmonies of #928AC5
Complementary color
Monochromatic Colors of #928AC5
Black with #928AC5
Text Example
Text Example
White with #928AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AC5; }
p { color: rgb(146,138,197); }
H1.HeaderClassName
{
color: #928AC5;
}
.AnyTagClassName
{
color: #928AC5;
}
</style>
background-color css
<style>
a { background-color: #928AC5; }
a { background-color: rgb(146,138,197); }
div.DivClassName
{
background-color: #928AC5;
}
.BgClassName
{
background-color: #928AC5;
}
</style>
border-color css
<style>
span { border-color: #928AC5; }
span { border-color: rgb(146,138,197); }
td.TdClassName
{
border-color: #928AC5;
}
.TagClassName
{
border-color: #928AC5;
}
</style>