Shades of Blue Bell #9289CC
Tints of Blue Bell #9289CC
RGB
CMYK
RGB Variations
Color information
#9289CC (or 0x9289CC) is known color: Blue Bell. HEX triplet: 92, 89 and CC. RGB value is (146,137,204). Sum of RGB (Red+Green+Blue) = 146+137+204=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9289CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289CC is #6D7633. Grayscale: #939393. Windows color (decimal): -7173684 or 13404562. OLE color: 13404562.
HSL color Cylindrical-coordinate representation of color #9289CC: hue angle of 248.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9289CC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 137 | 204 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.2 |
| HSL | 248.06º | 0.4% | 0.67% | - |
| HSV(B) | 248.06º | 0.33% | 0.8% | - |
| XYZ | 31.7 | 28.36 | 60.93 | - |
| YUV | 147.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 204 | 0.28 | 0.33 | 0 | 0.2 | 248.06 | 0.4 | 0.67 |
| Hex | 92 | 89 | CC | 1C | 21 | 0 | 14 | F8 | 28 | 43 |
| Octal | 222 | 211 | 314 | 34 | 41 | 0 | 24 | 370 | 50 | 103 |
| Binary | 10010010 | 10001001 | 11001100 | 11100 | 100001 | 0 | 10100 | 11111000 | 101000 | 1000011 |
Color Harmonies of #9289CC
Complementary color
Monochromatic Colors of #9289CC
Black with #9289CC
Text Example
Text Example
White with #9289CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9289CC; }
p { color: rgb(146,137,204); }
H1.HeaderClassName
{
color: #9289CC;
}
.AnyTagClassName
{
color: #9289CC;
}
</style>
background-color css
<style>
a { background-color: #9289CC; }
a { background-color: rgb(146,137,204); }
div.DivClassName
{
background-color: #9289CC;
}
.BgClassName
{
background-color: #9289CC;
}
</style>
border-color css
<style>
span { border-color: #9289CC; }
span { border-color: rgb(146,137,204); }
td.TdClassName
{
border-color: #9289CC;
}
.TagClassName
{
border-color: #9289CC;
}
</style>