Shades of Blue Bell #918FCC
Tints of Blue Bell #918FCC
RGB
CMYK
RGB Variations
Color information
#918FCC (or 0x918FCC) is known color: Blue Bell. HEX triplet: 91, 8F and CC. RGB value is (145,143,204). Sum of RGB (Red+Green+Blue) = 145+143+204=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #918FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FCC is #6E7033. Grayscale: #969696. Windows color (decimal): -7237684 or 13406097. OLE color: 13406097.
HSL color Cylindrical-coordinate representation of color #918FCC: hue angle of 241.97º degrees, saturation: 0.37, 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 #918FCC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 143 | 204 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.2 |
| HSL | 241.97º | 0.37% | 0.68% | - |
| HSV(B) | 241.97º | 0.3% | 0.8% | - |
| XYZ | 32.4 | 30.02 | 61.21 | - |
| YUV | 150.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 204 | 0.29 | 0.30 | 0 | 0.2 | 241.97 | 0.37 | 0.68 |
| Hex | 91 | 8F | CC | 1D | 1E | 0 | 14 | F2 | 25 | 44 |
| Octal | 221 | 217 | 314 | 35 | 36 | 0 | 24 | 362 | 45 | 104 |
| Binary | 10010001 | 10001111 | 11001100 | 11101 | 11110 | 0 | 10100 | 11110010 | 100101 | 1000100 |
Color Harmonies of #918FCC
Complementary color
Monochromatic Colors of #918FCC
Black with #918FCC
Text Example
Text Example
White with #918FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FCC; }
p { color: rgb(145,143,204); }
H1.HeaderClassName
{
color: #918FCC;
}
.AnyTagClassName
{
color: #918FCC;
}
</style>
background-color css
<style>
a { background-color: #918FCC; }
a { background-color: rgb(145,143,204); }
div.DivClassName
{
background-color: #918FCC;
}
.BgClassName
{
background-color: #918FCC;
}
</style>
border-color css
<style>
span { border-color: #918FCC; }
span { border-color: rgb(145,143,204); }
td.TdClassName
{
border-color: #918FCC;
}
.TagClassName
{
border-color: #918FCC;
}
</style>