Shades of Blue Bell #918ECC
Tints of Blue Bell #918ECC
RGB
CMYK
RGB Variations
Color information
#918ECC (or 0x918ECC) is known color: Blue Bell. HEX triplet: 91, 8E and CC. RGB value is (145,142,204). Sum of RGB (Red+Green+Blue) = 145+142+204=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #918ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ECC is #6E7133. Grayscale: #959595. Windows color (decimal): -7237940 or 13405841. OLE color: 13405841.
HSL color Cylindrical-coordinate representation of color #918ECC: hue angle of 242.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918ECC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 142 | 204 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.2 |
| HSL | 242.9º | 0.38% | 0.68% | - |
| HSV(B) | 242.9º | 0.3% | 0.8% | - |
| XYZ | 32.25 | 29.73 | 61.16 | - |
| YUV | 149.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 204 | 0.29 | 0.30 | 0 | 0.2 | 242.9 | 0.38 | 0.68 |
| Hex | 91 | 8E | CC | 1D | 1E | 0 | 14 | F3 | 26 | 44 |
| Octal | 221 | 216 | 314 | 35 | 36 | 0 | 24 | 363 | 46 | 104 |
| Binary | 10010001 | 10001110 | 11001100 | 11101 | 11110 | 0 | 10100 | 11110011 | 100110 | 1000100 |
Color Harmonies of #918ECC
Complementary color
Monochromatic Colors of #918ECC
Black with #918ECC
Text Example
Text Example
White with #918ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ECC; }
p { color: rgb(145,142,204); }
H1.HeaderClassName
{
color: #918ECC;
}
.AnyTagClassName
{
color: #918ECC;
}
</style>
background-color css
<style>
a { background-color: #918ECC; }
a { background-color: rgb(145,142,204); }
div.DivClassName
{
background-color: #918ECC;
}
.BgClassName
{
background-color: #918ECC;
}
</style>
border-color css
<style>
span { border-color: #918ECC; }
span { border-color: rgb(145,142,204); }
td.TdClassName
{
border-color: #918ECC;
}
.TagClassName
{
border-color: #918ECC;
}
</style>