Shades of Blue Bell #918FCE
Tints of Blue Bell #918FCE
RGB
CMYK
RGB Variations
Color information
#918FCE (or 0x918FCE) is known color: Blue Bell. HEX triplet: 91, 8F and CE. RGB value is (145,143,206). Sum of RGB (Red+Green+Blue) = 145+143+206=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #918FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FCE is #6E7031. Grayscale: #969696. Windows color (decimal): -7237682 or 13537169. OLE color: 13537169.
HSL color Cylindrical-coordinate representation of color #918FCE: hue angle of 241.9º degrees, saturation: 0.39, 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 #918FCE is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 143 | 206 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.19 |
| HSL | 241.9º | 0.39% | 0.68% | - |
| HSV(B) | 241.9º | 0.31% | 0.81% | - |
| XYZ | 32.64 | 30.12 | 62.49 | - |
| YUV | 150.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 206 | 0.30 | 0.31 | 0 | 0.19 | 241.9 | 0.39 | 0.68 |
| Hex | 91 | 8F | CE | 1E | 1F | 0 | 13 | F2 | 27 | 44 |
| Octal | 221 | 217 | 316 | 36 | 37 | 0 | 23 | 362 | 47 | 104 |
| Binary | 10010001 | 10001111 | 11001110 | 11110 | 11111 | 0 | 10011 | 11110010 | 100111 | 1000100 |
Color Harmonies of #918FCE
Complementary color
Monochromatic Colors of #918FCE
Black with #918FCE
Text Example
Text Example
White with #918FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FCE; }
p { color: rgb(145,143,206); }
H1.HeaderClassName
{
color: #918FCE;
}
.AnyTagClassName
{
color: #918FCE;
}
</style>
background-color css
<style>
a { background-color: #918FCE; }
a { background-color: rgb(145,143,206); }
div.DivClassName
{
background-color: #918FCE;
}
.BgClassName
{
background-color: #918FCE;
}
</style>
border-color css
<style>
span { border-color: #918FCE; }
span { border-color: rgb(145,143,206); }
td.TdClassName
{
border-color: #918FCE;
}
.TagClassName
{
border-color: #918FCE;
}
</style>