Shades of Blue Bell #918ADE
Tints of Blue Bell #918ADE
RGB
CMYK
RGB Variations
Color information
#918ADE (or 0x918ADE) is known color: Blue Bell. HEX triplet: 91, 8A and DE. RGB value is (145,138,222). Sum of RGB (Red+Green+Blue) = 145+138+222=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #918ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ADE is #6E7521. Grayscale: #959595. Windows color (decimal): -7238946 or 14584465. OLE color: 14584465.
HSL color Cylindrical-coordinate representation of color #918ADE: hue angle of 245º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #918ADE is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 138 | 222 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.13 |
| HSL | 245º | 0.56% | 0.71% | - |
| HSV(B) | 245º | 0.38% | 0.87% | - |
| XYZ | 33.95 | 29.47 | 73.01 | - |
| YUV | 149.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 222 | 0.35 | 0.38 | 0 | 0.13 | 245 | 0.56 | 0.71 |
| Hex | 91 | 8A | DE | 23 | 26 | 0 | D | F5 | 38 | 47 |
| Octal | 221 | 212 | 336 | 43 | 46 | 0 | 15 | 365 | 70 | 107 |
| Binary | 10010001 | 10001010 | 11011110 | 100011 | 100110 | 0 | 1101 | 11110101 | 111000 | 1000111 |
Color Harmonies of #918ADE
Complementary color
Monochromatic Colors of #918ADE
Black with #918ADE
Text Example
Text Example
White with #918ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ADE; }
p { color: rgb(145,138,222); }
H1.HeaderClassName
{
color: #918ADE;
}
.AnyTagClassName
{
color: #918ADE;
}
</style>
background-color css
<style>
a { background-color: #918ADE; }
a { background-color: rgb(145,138,222); }
div.DivClassName
{
background-color: #918ADE;
}
.BgClassName
{
background-color: #918ADE;
}
</style>
border-color css
<style>
span { border-color: #918ADE; }
span { border-color: rgb(145,138,222); }
td.TdClassName
{
border-color: #918ADE;
}
.TagClassName
{
border-color: #918ADE;
}
</style>