Shades of Blue Bell #918ED1
Tints of Blue Bell #918ED1
RGB
CMYK
RGB Variations
Color information
#918ED1 (or 0x918ED1) is known color: Blue Bell. HEX triplet: 91, 8E and D1. RGB value is (145,142,209). Sum of RGB (Red+Green+Blue) = 145+142+209=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #918ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ED1 is #6E712E. Grayscale: #969696. Windows color (decimal): -7237935 or 13733521. OLE color: 13733521.
HSL color Cylindrical-coordinate representation of color #918ED1: hue angle of 242.69º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918ED1 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 142 | 209 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.18 |
| HSL | 242.69º | 0.42% | 0.69% | - |
| HSV(B) | 242.69º | 0.32% | 0.82% | - |
| XYZ | 32.86 | 29.97 | 64.37 | - |
| YUV | 150.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 209 | 0.31 | 0.32 | 0 | 0.18 | 242.69 | 0.42 | 0.69 |
| Hex | 91 | 8E | D1 | 1F | 20 | 0 | 12 | F3 | 2A | 45 |
| Octal | 221 | 216 | 321 | 37 | 40 | 0 | 22 | 363 | 52 | 105 |
| Binary | 10010001 | 10001110 | 11010001 | 11111 | 100000 | 0 | 10010 | 11110011 | 101010 | 1000101 |
Color Harmonies of #918ED1
Complementary color
Monochromatic Colors of #918ED1
Black with #918ED1
Text Example
Text Example
White with #918ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ED1; }
p { color: rgb(145,142,209); }
H1.HeaderClassName
{
color: #918ED1;
}
.AnyTagClassName
{
color: #918ED1;
}
</style>
background-color css
<style>
a { background-color: #918ED1; }
a { background-color: rgb(145,142,209); }
div.DivClassName
{
background-color: #918ED1;
}
.BgClassName
{
background-color: #918ED1;
}
</style>
border-color css
<style>
span { border-color: #918ED1; }
span { border-color: rgb(145,142,209); }
td.TdClassName
{
border-color: #918ED1;
}
.TagClassName
{
border-color: #918ED1;
}
</style>