Shades of Blue Bell #928FC9
Tints of Blue Bell #928FC9
RGB
CMYK
RGB Variations
Color information
#928FC9 (or 0x928FC9) is known color: Blue Bell. HEX triplet: 92, 8F and C9. RGB value is (146,143,201). Sum of RGB (Red+Green+Blue) = 146+143+201=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #928FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FC9 is #6D7036. Grayscale: #969696. Windows color (decimal): -7172151 or 13209490. OLE color: 13209490.
HSL color Cylindrical-coordinate representation of color #928FC9: hue angle of 243.1º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #928FC9 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 143 | 201 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.21 |
| HSL | 243.1º | 0.35% | 0.67% | - |
| HSV(B) | 243.1º | 0.29% | 0.79% | - |
| XYZ | 32.22 | 29.97 | 59.35 | - |
| YUV | 150.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 201 | 0.27 | 0.29 | 0 | 0.21 | 243.1 | 0.35 | 0.67 |
| Hex | 92 | 8F | C9 | 1B | 1D | 0 | 15 | F3 | 23 | 43 |
| Octal | 222 | 217 | 311 | 33 | 35 | 0 | 25 | 363 | 43 | 103 |
| Binary | 10010010 | 10001111 | 11001001 | 11011 | 11101 | 0 | 10101 | 11110011 | 100011 | 1000011 |
Color Harmonies of #928FC9
Complementary color
Monochromatic Colors of #928FC9
Black with #928FC9
Text Example
Text Example
White with #928FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FC9; }
p { color: rgb(146,143,201); }
H1.HeaderClassName
{
color: #928FC9;
}
.AnyTagClassName
{
color: #928FC9;
}
</style>
background-color css
<style>
a { background-color: #928FC9; }
a { background-color: rgb(146,143,201); }
div.DivClassName
{
background-color: #928FC9;
}
.BgClassName
{
background-color: #928FC9;
}
</style>
border-color css
<style>
span { border-color: #928FC9; }
span { border-color: rgb(146,143,201); }
td.TdClassName
{
border-color: #928FC9;
}
.TagClassName
{
border-color: #928FC9;
}
</style>