Shades of Blue Bell #918CC3
Tints of Blue Bell #918CC3
RGB
CMYK
RGB Variations
Color information
#918CC3 (or 0x918CC3) is known color: Blue Bell. HEX triplet: 91, 8C and C3. RGB value is (145,140,195). Sum of RGB (Red+Green+Blue) = 145+140+195=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #918CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CC3 is #6E733C. Grayscale: #939393. Windows color (decimal): -7238461 or 12815505. OLE color: 12815505.
HSL color Cylindrical-coordinate representation of color #918CC3: hue angle of 245.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918CC3 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 140 | 195 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.24 |
| HSL | 245.45º | 0.31% | 0.66% | - |
| HSV(B) | 245.45º | 0.28% | 0.76% | - |
| XYZ | 30.91 | 28.72 | 55.54 | - |
| YUV | 147.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 195 | 0.26 | 0.28 | 0 | 0.24 | 245.45 | 0.31 | 0.66 |
| Hex | 91 | 8C | C3 | 1A | 1C | 0 | 18 | F5 | 1F | 42 |
| Octal | 221 | 214 | 303 | 32 | 34 | 0 | 30 | 365 | 37 | 102 |
| Binary | 10010001 | 10001100 | 11000011 | 11010 | 11100 | 0 | 11000 | 11110101 | 11111 | 1000010 |
Color Harmonies of #918CC3
Complementary color
Monochromatic Colors of #918CC3
Black with #918CC3
Text Example
Text Example
White with #918CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CC3; }
p { color: rgb(145,140,195); }
H1.HeaderClassName
{
color: #918CC3;
}
.AnyTagClassName
{
color: #918CC3;
}
</style>
background-color css
<style>
a { background-color: #918CC3; }
a { background-color: rgb(145,140,195); }
div.DivClassName
{
background-color: #918CC3;
}
.BgClassName
{
background-color: #918CC3;
}
</style>
border-color css
<style>
span { border-color: #918CC3; }
span { border-color: rgb(145,140,195); }
td.TdClassName
{
border-color: #918CC3;
}
.TagClassName
{
border-color: #918CC3;
}
</style>