Shades of Blue Bell #9298D0
Tints of Blue Bell #9298D0
RGB
CMYK
RGB Variations
Color information
#9298D0 (or 0x9298D0) is known color: Blue Bell. HEX triplet: 92, 98 and D0. RGB value is (146,152,208). Sum of RGB (Red+Green+Blue) = 146+152+208=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #9298D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298D0 is #6D672F. Grayscale: #9C9C9C. Windows color (decimal): -7169840 or 13670546. OLE color: 13670546.
HSL color Cylindrical-coordinate representation of color #9298D0: hue angle of 234.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9298D0 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 152 | 208 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.18 |
| HSL | 234.19º | 0.4% | 0.69% | - |
| HSV(B) | 234.19º | 0.3% | 0.82% | - |
| XYZ | 34.47 | 33.12 | 64.25 | - |
| YUV | 156.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 208 | 0.30 | 0.27 | 0 | 0.18 | 234.19 | 0.4 | 0.69 |
| Hex | 92 | 98 | D0 | 1E | 1B | 0 | 12 | EA | 28 | 45 |
| Octal | 222 | 230 | 320 | 36 | 33 | 0 | 22 | 352 | 50 | 105 |
| Binary | 10010010 | 10011000 | 11010000 | 11110 | 11011 | 0 | 10010 | 11101010 | 101000 | 1000101 |
Color Harmonies of #9298D0
Complementary color
Monochromatic Colors of #9298D0
Black with #9298D0
Text Example
Text Example
White with #9298D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298D0; }
p { color: rgb(146,152,208); }
H1.HeaderClassName
{
color: #9298D0;
}
.AnyTagClassName
{
color: #9298D0;
}
</style>
background-color css
<style>
a { background-color: #9298D0; }
a { background-color: rgb(146,152,208); }
div.DivClassName
{
background-color: #9298D0;
}
.BgClassName
{
background-color: #9298D0;
}
</style>
border-color css
<style>
span { border-color: #9298D0; }
span { border-color: rgb(146,152,208); }
td.TdClassName
{
border-color: #9298D0;
}
.TagClassName
{
border-color: #9298D0;
}
</style>