Shades of Blue Bell #928FC7
Tints of Blue Bell #928FC7
RGB
CMYK
RGB Variations
Color information
#928FC7 (or 0x928FC7) is known color: Blue Bell. HEX triplet: 92, 8F and C7. RGB value is (146,143,199). Sum of RGB (Red+Green+Blue) = 146+143+199=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 199 - color contains mainly: blue. Hex color #928FC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FC7 is #6D7038. Grayscale: #969696. Windows color (decimal): -7172153 or 13078418. OLE color: 13078418.
HSL color Cylindrical-coordinate representation of color #928FC7: hue angle of 243.21º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #928FC7 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 143 | 199 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.22 |
| HSL | 243.21º | 0.33% | 0.67% | - |
| HSV(B) | 243.21º | 0.28% | 0.78% | - |
| XYZ | 31.99 | 29.88 | 58.11 | - |
| YUV | 150.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 199 | 0.27 | 0.28 | 0 | 0.22 | 243.21 | 0.33 | 0.67 |
| Hex | 92 | 8F | C7 | 1B | 1C | 0 | 16 | F3 | 21 | 43 |
| Octal | 222 | 217 | 307 | 33 | 34 | 0 | 26 | 363 | 41 | 103 |
| Binary | 10010010 | 10001111 | 11000111 | 11011 | 11100 | 0 | 10110 | 11110011 | 100001 | 1000011 |
Color Harmonies of #928FC7
Complementary color
Monochromatic Colors of #928FC7
Black with #928FC7
Text Example
Text Example
White with #928FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FC7; }
p { color: rgb(146,143,199); }
H1.HeaderClassName
{
color: #928FC7;
}
.AnyTagClassName
{
color: #928FC7;
}
</style>
background-color css
<style>
a { background-color: #928FC7; }
a { background-color: rgb(146,143,199); }
div.DivClassName
{
background-color: #928FC7;
}
.BgClassName
{
background-color: #928FC7;
}
</style>
border-color css
<style>
span { border-color: #928FC7; }
span { border-color: rgb(146,143,199); }
td.TdClassName
{
border-color: #928FC7;
}
.TagClassName
{
border-color: #928FC7;
}
</style>