Shades of Blue Bell #929AC8
Tints of Blue Bell #929AC8
RGB
CMYK
RGB Variations
Color information
#929AC8 (or 0x929AC8) is known color: Blue Bell. HEX triplet: 92, 9A and C8. RGB value is (146,154,200). Sum of RGB (Red+Green+Blue) = 146+154+200=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 200 - color contains mainly: blue. Hex color #929AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AC8 is #6D6537. Grayscale: #9C9C9C. Windows color (decimal): -7169336 or 13146770. OLE color: 13146770.
HSL color Cylindrical-coordinate representation of color #929AC8: hue angle of 231.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #929AC8 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 154 | 200 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.22 |
| HSL | 231.11º | 0.33% | 0.68% | - |
| HSV(B) | 231.11º | 0.27% | 0.78% | - |
| XYZ | 33.83 | 33.39 | 59.31 | - |
| YUV | 156.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 200 | 0.27 | 0.23 | 0 | 0.22 | 231.11 | 0.33 | 0.68 |
| Hex | 92 | 9A | C8 | 1B | 17 | 0 | 16 | E7 | 21 | 44 |
| Octal | 222 | 232 | 310 | 33 | 27 | 0 | 26 | 347 | 41 | 104 |
| Binary | 10010010 | 10011010 | 11001000 | 11011 | 10111 | 0 | 10110 | 11100111 | 100001 | 1000100 |
Color Harmonies of #929AC8
Complementary color
Monochromatic Colors of #929AC8
Black with #929AC8
Text Example
Text Example
White with #929AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929AC8; }
p { color: rgb(146,154,200); }
H1.HeaderClassName
{
color: #929AC8;
}
.AnyTagClassName
{
color: #929AC8;
}
</style>
background-color css
<style>
a { background-color: #929AC8; }
a { background-color: rgb(146,154,200); }
div.DivClassName
{
background-color: #929AC8;
}
.BgClassName
{
background-color: #929AC8;
}
</style>
border-color css
<style>
span { border-color: #929AC8; }
span { border-color: rgb(146,154,200); }
td.TdClassName
{
border-color: #929AC8;
}
.TagClassName
{
border-color: #929AC8;
}
</style>