Shades of Blue Bell #918BC9
Tints of Blue Bell #918BC9
RGB
CMYK
RGB Variations
Color information
#918BC9 (or 0x918BC9) is known color: Blue Bell. HEX triplet: 91, 8B and C9. RGB value is (145,139,201). Sum of RGB (Red+Green+Blue) = 145+139+201=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #918BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BC9 is #6E7436. Grayscale: #939393. Windows color (decimal): -7238711 or 13208465. OLE color: 13208465.
HSL color Cylindrical-coordinate representation of color #918BC9: hue angle of 245.81º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918BC9 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 139 | 201 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.21 |
| HSL | 245.81º | 0.36% | 0.67% | - |
| HSV(B) | 245.81º | 0.31% | 0.79% | - |
| XYZ | 31.45 | 28.7 | 59.14 | - |
| YUV | 147.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 201 | 0.28 | 0.31 | 0 | 0.21 | 245.81 | 0.36 | 0.67 |
| Hex | 91 | 8B | C9 | 1C | 1F | 0 | 15 | F6 | 24 | 43 |
| Octal | 221 | 213 | 311 | 34 | 37 | 0 | 25 | 366 | 44 | 103 |
| Binary | 10010001 | 10001011 | 11001001 | 11100 | 11111 | 0 | 10101 | 11110110 | 100100 | 1000011 |
Color Harmonies of #918BC9
Complementary color
Monochromatic Colors of #918BC9
Black with #918BC9
Text Example
Text Example
White with #918BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918BC9; }
p { color: rgb(145,139,201); }
H1.HeaderClassName
{
color: #918BC9;
}
.AnyTagClassName
{
color: #918BC9;
}
</style>
background-color css
<style>
a { background-color: #918BC9; }
a { background-color: rgb(145,139,201); }
div.DivClassName
{
background-color: #918BC9;
}
.BgClassName
{
background-color: #918BC9;
}
</style>
border-color css
<style>
span { border-color: #918BC9; }
span { border-color: rgb(145,139,201); }
td.TdClassName
{
border-color: #918BC9;
}
.TagClassName
{
border-color: #918BC9;
}
</style>