Shades of Blue Bell #918BCB
Tints of Blue Bell #918BCB
RGB
CMYK
RGB Variations
Color information
#918BCB (or 0x918BCB) is known color: Blue Bell. HEX triplet: 91, 8B and CB. RGB value is (145,139,203). Sum of RGB (Red+Green+Blue) = 145+139+203=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #918BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BCB is #6E7434. Grayscale: #939393. Windows color (decimal): -7238709 or 13339537. OLE color: 13339537.
HSL color Cylindrical-coordinate representation of color #918BCB: hue angle of 245.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918BCB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 139 | 203 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.20 |
| HSL | 245.63º | 0.38% | 0.67% | - |
| HSV(B) | 245.63º | 0.32% | 0.8% | - |
| XYZ | 31.69 | 28.8 | 60.39 | - |
| YUV | 148.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 203 | 0.29 | 0.32 | 0 | 0.20 | 245.63 | 0.38 | 0.67 |
| Hex | 91 | 8B | CB | 1D | 20 | 0 | 14 | F6 | 26 | 43 |
| Octal | 221 | 213 | 313 | 35 | 40 | 0 | 24 | 366 | 46 | 103 |
| Binary | 10010001 | 10001011 | 11001011 | 11101 | 100000 | 0 | 10100 | 11110110 | 100110 | 1000011 |
Color Harmonies of #918BCB
Complementary color
Monochromatic Colors of #918BCB
Black with #918BCB
Text Example
Text Example
White with #918BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918BCB; }
p { color: rgb(145,139,203); }
H1.HeaderClassName
{
color: #918BCB;
}
.AnyTagClassName
{
color: #918BCB;
}
</style>
background-color css
<style>
a { background-color: #918BCB; }
a { background-color: rgb(145,139,203); }
div.DivClassName
{
background-color: #918BCB;
}
.BgClassName
{
background-color: #918BCB;
}
</style>
border-color css
<style>
span { border-color: #918BCB; }
span { border-color: rgb(145,139,203); }
td.TdClassName
{
border-color: #918BCB;
}
.TagClassName
{
border-color: #918BCB;
}
</style>