Shades of Blue Bell #928FCF
Tints of Blue Bell #928FCF
RGB
CMYK
RGB Variations
Color information
#928FCF (or 0x928FCF) is known color: Blue Bell. HEX triplet: 92, 8F and CF. RGB value is (146,143,207). Sum of RGB (Red+Green+Blue) = 146+143+207=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #928FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FCF is #6D7030. Grayscale: #969696. Windows color (decimal): -7172145 or 13602706. OLE color: 13602706.
HSL color Cylindrical-coordinate representation of color #928FCF: hue angle of 242.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #928FCF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 143 | 207 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.19 |
| HSL | 242.81º | 0.4% | 0.69% | - |
| HSV(B) | 242.81º | 0.31% | 0.81% | - |
| XYZ | 32.94 | 30.26 | 63.14 | - |
| YUV | 151.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 207 | 0.29 | 0.31 | 0 | 0.19 | 242.81 | 0.4 | 0.69 |
| Hex | 92 | 8F | CF | 1D | 1F | 0 | 13 | F3 | 28 | 45 |
| Octal | 222 | 217 | 317 | 35 | 37 | 0 | 23 | 363 | 50 | 105 |
| Binary | 10010010 | 10001111 | 11001111 | 11101 | 11111 | 0 | 10011 | 11110011 | 101000 | 1000101 |
Color Harmonies of #928FCF
Complementary color
Monochromatic Colors of #928FCF
Black with #928FCF
Text Example
Text Example
White with #928FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FCF; }
p { color: rgb(146,143,207); }
H1.HeaderClassName
{
color: #928FCF;
}
.AnyTagClassName
{
color: #928FCF;
}
</style>
background-color css
<style>
a { background-color: #928FCF; }
a { background-color: rgb(146,143,207); }
div.DivClassName
{
background-color: #928FCF;
}
.BgClassName
{
background-color: #928FCF;
}
</style>
border-color css
<style>
span { border-color: #928FCF; }
span { border-color: rgb(146,143,207); }
td.TdClassName
{
border-color: #928FCF;
}
.TagClassName
{
border-color: #928FCF;
}
</style>