Shades of Blue Bell #918ECF
Tints of Blue Bell #918ECF
RGB
CMYK
RGB Variations
Color information
#918ECF (or 0x918ECF) is known color: Blue Bell. HEX triplet: 91, 8E and CF. RGB value is (145,142,207). Sum of RGB (Red+Green+Blue) = 145+142+207=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #918ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ECF is #6E7130. Grayscale: #969696. Windows color (decimal): -7237937 or 13602449. OLE color: 13602449.
HSL color Cylindrical-coordinate representation of color #918ECF: hue angle of 242.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918ECF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 142 | 207 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.19 |
| HSL | 242.77º | 0.4% | 0.68% | - |
| HSV(B) | 242.77º | 0.31% | 0.81% | - |
| XYZ | 32.61 | 29.87 | 63.08 | - |
| YUV | 150.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 207 | 0.30 | 0.31 | 0 | 0.19 | 242.77 | 0.4 | 0.68 |
| Hex | 91 | 8E | CF | 1E | 1F | 0 | 13 | F3 | 28 | 44 |
| Octal | 221 | 216 | 317 | 36 | 37 | 0 | 23 | 363 | 50 | 104 |
| Binary | 10010001 | 10001110 | 11001111 | 11110 | 11111 | 0 | 10011 | 11110011 | 101000 | 1000100 |
Color Harmonies of #918ECF
Complementary color
Monochromatic Colors of #918ECF
Black with #918ECF
Text Example
Text Example
White with #918ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ECF; }
p { color: rgb(145,142,207); }
H1.HeaderClassName
{
color: #918ECF;
}
.AnyTagClassName
{
color: #918ECF;
}
</style>
background-color css
<style>
a { background-color: #918ECF; }
a { background-color: rgb(145,142,207); }
div.DivClassName
{
background-color: #918ECF;
}
.BgClassName
{
background-color: #918ECF;
}
</style>
border-color css
<style>
span { border-color: #918ECF; }
span { border-color: rgb(145,142,207); }
td.TdClassName
{
border-color: #918ECF;
}
.TagClassName
{
border-color: #918ECF;
}
</style>