Shades of Blue Bell #918FCF
Tints of Blue Bell #918FCF
RGB
CMYK
RGB Variations
Color information
#918FCF (or 0x918FCF) is known color: Blue Bell. HEX triplet: 91, 8F and CF. RGB value is (145,143,207). Sum of RGB (Red+Green+Blue) = 145+143+207=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #918FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FCF is #6E7030. Grayscale: #969696. Windows color (decimal): -7237681 or 13602705. OLE color: 13602705.
HSL color Cylindrical-coordinate representation of color #918FCF: hue angle of 241.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918FCF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 143 | 207 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.19 |
| HSL | 241.88º | 0.4% | 0.69% | - |
| HSV(B) | 241.88º | 0.31% | 0.81% | - |
| XYZ | 32.76 | 30.17 | 63.13 | - |
| YUV | 150.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 207 | 0.30 | 0.31 | 0 | 0.19 | 241.88 | 0.4 | 0.69 |
| Hex | 91 | 8F | CF | 1E | 1F | 0 | 13 | F2 | 28 | 45 |
| Octal | 221 | 217 | 317 | 36 | 37 | 0 | 23 | 362 | 50 | 105 |
| Binary | 10010001 | 10001111 | 11001111 | 11110 | 11111 | 0 | 10011 | 11110010 | 101000 | 1000101 |
Color Harmonies of #918FCF
Complementary color
Monochromatic Colors of #918FCF
Black with #918FCF
Text Example
Text Example
White with #918FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FCF; }
p { color: rgb(145,143,207); }
H1.HeaderClassName
{
color: #918FCF;
}
.AnyTagClassName
{
color: #918FCF;
}
</style>
background-color css
<style>
a { background-color: #918FCF; }
a { background-color: rgb(145,143,207); }
div.DivClassName
{
background-color: #918FCF;
}
.BgClassName
{
background-color: #918FCF;
}
</style>
border-color css
<style>
span { border-color: #918FCF; }
span { border-color: rgb(145,143,207); }
td.TdClassName
{
border-color: #918FCF;
}
.TagClassName
{
border-color: #918FCF;
}
</style>