Shades of Blue Bell #918FC1
Tints of Blue Bell #918FC1
RGB
CMYK
RGB Variations
Color information
#918FC1 (or 0x918FC1) is known color: Blue Bell. HEX triplet: 91, 8F and C1. RGB value is (145,143,193). Sum of RGB (Red+Green+Blue) = 145+143+193=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #918FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FC1 is #6E703E. Grayscale: #959595. Windows color (decimal): -7237695 or 12685201. OLE color: 12685201.
HSL color Cylindrical-coordinate representation of color #918FC1: hue angle of 242.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #918FC1 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 143 | 193 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.24 |
| HSL | 242.4º | 0.29% | 0.66% | - |
| HSV(B) | 242.4º | 0.26% | 0.76% | - |
| XYZ | 31.13 | 29.51 | 54.51 | - |
| YUV | 149.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 193 | 0.25 | 0.26 | 0 | 0.24 | 242.4 | 0.29 | 0.66 |
| Hex | 91 | 8F | C1 | 19 | 1A | 0 | 18 | F2 | 1D | 42 |
| Octal | 221 | 217 | 301 | 31 | 32 | 0 | 30 | 362 | 35 | 102 |
| Binary | 10010001 | 10001111 | 11000001 | 11001 | 11010 | 0 | 11000 | 11110010 | 11101 | 1000010 |
Color Harmonies of #918FC1
Complementary color
Monochromatic Colors of #918FC1
Black with #918FC1
Text Example
Text Example
White with #918FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FC1; }
p { color: rgb(145,143,193); }
H1.HeaderClassName
{
color: #918FC1;
}
.AnyTagClassName
{
color: #918FC1;
}
</style>
background-color css
<style>
a { background-color: #918FC1; }
a { background-color: rgb(145,143,193); }
div.DivClassName
{
background-color: #918FC1;
}
.BgClassName
{
background-color: #918FC1;
}
</style>
border-color css
<style>
span { border-color: #918FC1; }
span { border-color: rgb(145,143,193); }
td.TdClassName
{
border-color: #918FC1;
}
.TagClassName
{
border-color: #918FC1;
}
</style>