Shades of Blue Bell #918CBE
Tints of Blue Bell #918CBE
RGB
CMYK
RGB Variations
Color information
#918CBE (or 0x918CBE) is known color: Blue Bell. HEX triplet: 91, 8C and BE. RGB value is (145,140,190). Sum of RGB (Red+Green+Blue) = 145+140+190=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #918CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CBE is #6E7341. Grayscale: #939393. Windows color (decimal): -7238466 or 12487825. OLE color: 12487825.
HSL color Cylindrical-coordinate representation of color #918CBE: hue angle of 246º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #918CBE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 140 | 190 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.25 |
| HSL | 246º | 0.28% | 0.65% | - |
| HSV(B) | 246º | 0.26% | 0.75% | - |
| XYZ | 30.35 | 28.49 | 52.62 | - |
| YUV | 147.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 190 | 0.24 | 0.26 | 0 | 0.25 | 246 | 0.28 | 0.65 |
| Hex | 91 | 8C | BE | 18 | 1A | 0 | 19 | F6 | 1C | 41 |
| Octal | 221 | 214 | 276 | 30 | 32 | 0 | 31 | 366 | 34 | 101 |
| Binary | 10010001 | 10001100 | 10111110 | 11000 | 11010 | 0 | 11001 | 11110110 | 11100 | 1000001 |
Color Harmonies of #918CBE
Complementary color
Monochromatic Colors of #918CBE
Black with #918CBE
Text Example
Text Example
White with #918CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CBE; }
p { color: rgb(145,140,190); }
H1.HeaderClassName
{
color: #918CBE;
}
.AnyTagClassName
{
color: #918CBE;
}
</style>
background-color css
<style>
a { background-color: #918CBE; }
a { background-color: rgb(145,140,190); }
div.DivClassName
{
background-color: #918CBE;
}
.BgClassName
{
background-color: #918CBE;
}
</style>
border-color css
<style>
span { border-color: #918CBE; }
span { border-color: rgb(145,140,190); }
td.TdClassName
{
border-color: #918CBE;
}
.TagClassName
{
border-color: #918CBE;
}
</style>