Shades of Blue Bell #929BC7
Tints of Blue Bell #929BC7
RGB
CMYK
RGB Variations
Color information
#929BC7 (or 0x929BC7) is known color: Blue Bell. HEX triplet: 92, 9B and C7. RGB value is (146,155,199). Sum of RGB (Red+Green+Blue) = 146+155+199=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #929BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BC7 is #6D6438. Grayscale: #9D9D9D. Windows color (decimal): -7169081 or 13081490. OLE color: 13081490.
HSL color Cylindrical-coordinate representation of color #929BC7: hue angle of 229.81º degrees, saturation: 0.32, 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 #929BC7 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 155 | 199 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.22 |
| HSL | 229.81º | 0.32% | 0.68% | - |
| HSV(B) | 229.81º | 0.27% | 0.78% | - |
| XYZ | 33.88 | 33.68 | 58.75 | - |
| YUV | 157.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 199 | 0.27 | 0.22 | 0 | 0.22 | 229.81 | 0.32 | 0.68 |
| Hex | 92 | 9B | C7 | 1B | 16 | 0 | 16 | E6 | 20 | 44 |
| Octal | 222 | 233 | 307 | 33 | 26 | 0 | 26 | 346 | 40 | 104 |
| Binary | 10010010 | 10011011 | 11000111 | 11011 | 10110 | 0 | 10110 | 11100110 | 100000 | 1000100 |
Color Harmonies of #929BC7
Complementary color
Monochromatic Colors of #929BC7
Black with #929BC7
Text Example
Text Example
White with #929BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BC7; }
p { color: rgb(146,155,199); }
H1.HeaderClassName
{
color: #929BC7;
}
.AnyTagClassName
{
color: #929BC7;
}
</style>
background-color css
<style>
a { background-color: #929BC7; }
a { background-color: rgb(146,155,199); }
div.DivClassName
{
background-color: #929BC7;
}
.BgClassName
{
background-color: #929BC7;
}
</style>
border-color css
<style>
span { border-color: #929BC7; }
span { border-color: rgb(146,155,199); }
td.TdClassName
{
border-color: #929BC7;
}
.TagClassName
{
border-color: #929BC7;
}
</style>