Shades of Blue Bell #918BBE
Tints of Blue Bell #918BBE
RGB
CMYK
RGB Variations
Color information
#918BBE (or 0x918BBE) is known color: Blue Bell. HEX triplet: 91, 8B and BE. RGB value is (145,139,190). Sum of RGB (Red+Green+Blue) = 145+139+190=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #918BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BBE is #6E7441. Grayscale: #929292. Windows color (decimal): -7238722 or 12487569. OLE color: 12487569.
HSL color Cylindrical-coordinate representation of color #918BBE: hue angle of 247.06º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #918BBE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 139 | 190 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.25 |
| HSL | 247.06º | 0.28% | 0.65% | - |
| HSV(B) | 247.06º | 0.27% | 0.75% | - |
| XYZ | 30.2 | 28.2 | 52.57 | - |
| YUV | 146.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 190 | 0.24 | 0.27 | 0 | 0.25 | 247.06 | 0.28 | 0.65 |
| Hex | 91 | 8B | BE | 18 | 1B | 0 | 19 | F7 | 1C | 41 |
| Octal | 221 | 213 | 276 | 30 | 33 | 0 | 31 | 367 | 34 | 101 |
| Binary | 10010001 | 10001011 | 10111110 | 11000 | 11011 | 0 | 11001 | 11110111 | 11100 | 1000001 |
Color Harmonies of #918BBE
Complementary color
Monochromatic Colors of #918BBE
Black with #918BBE
Text Example
Text Example
White with #918BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918BBE; }
p { color: rgb(145,139,190); }
H1.HeaderClassName
{
color: #918BBE;
}
.AnyTagClassName
{
color: #918BBE;
}
</style>
background-color css
<style>
a { background-color: #918BBE; }
a { background-color: rgb(145,139,190); }
div.DivClassName
{
background-color: #918BBE;
}
.BgClassName
{
background-color: #918BBE;
}
</style>
border-color css
<style>
span { border-color: #918BBE; }
span { border-color: rgb(145,139,190); }
td.TdClassName
{
border-color: #918BBE;
}
.TagClassName
{
border-color: #918BBE;
}
</style>