Shades of Blue Bell #928ACC
Tints of Blue Bell #928ACC
RGB
CMYK
RGB Variations
Color information
#928ACC (or 0x928ACC) is known color: Blue Bell. HEX triplet: 92, 8A and CC. RGB value is (146,138,204). Sum of RGB (Red+Green+Blue) = 146+138+204=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #928ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ACC is #6D7533. Grayscale: #939393. Windows color (decimal): -7173428 or 13404818. OLE color: 13404818.
HSL color Cylindrical-coordinate representation of color #928ACC: hue angle of 247.27º 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 #928ACC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 138 | 204 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.2 |
| HSL | 247.27º | 0.39% | 0.67% | - |
| HSV(B) | 247.27º | 0.32% | 0.8% | - |
| XYZ | 31.84 | 28.65 | 60.98 | - |
| YUV | 147.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 204 | 0.28 | 0.32 | 0 | 0.2 | 247.27 | 0.39 | 0.67 |
| Hex | 92 | 8A | CC | 1C | 20 | 0 | 14 | F7 | 27 | 43 |
| Octal | 222 | 212 | 314 | 34 | 40 | 0 | 24 | 367 | 47 | 103 |
| Binary | 10010010 | 10001010 | 11001100 | 11100 | 100000 | 0 | 10100 | 11110111 | 100111 | 1000011 |
Color Harmonies of #928ACC
Complementary color
Monochromatic Colors of #928ACC
Black with #928ACC
Text Example
Text Example
White with #928ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ACC; }
p { color: rgb(146,138,204); }
H1.HeaderClassName
{
color: #928ACC;
}
.AnyTagClassName
{
color: #928ACC;
}
</style>
background-color css
<style>
a { background-color: #928ACC; }
a { background-color: rgb(146,138,204); }
div.DivClassName
{
background-color: #928ACC;
}
.BgClassName
{
background-color: #928ACC;
}
</style>
border-color css
<style>
span { border-color: #928ACC; }
span { border-color: rgb(146,138,204); }
td.TdClassName
{
border-color: #928ACC;
}
.TagClassName
{
border-color: #928ACC;
}
</style>