Shades of Blue Bell #918ADB
Tints of Blue Bell #918ADB
RGB
CMYK
RGB Variations
Color information
#918ADB (or 0x918ADB) is known color: Blue Bell. HEX triplet: 91, 8A and DB. RGB value is (145,138,219). Sum of RGB (Red+Green+Blue) = 145+138+219=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #918ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ADB is #6E7524. Grayscale: #959595. Windows color (decimal): -7238949 or 14387857. OLE color: 14387857.
HSL color Cylindrical-coordinate representation of color #918ADB: hue angle of 245.19º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918ADB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 138 | 219 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.14 |
| HSL | 245.19º | 0.53% | 0.7% | - |
| HSV(B) | 245.19º | 0.37% | 0.86% | - |
| XYZ | 33.55 | 29.31 | 70.91 | - |
| YUV | 149.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 219 | 0.34 | 0.37 | 0 | 0.14 | 245.19 | 0.53 | 0.7 |
| Hex | 91 | 8A | DB | 22 | 25 | 0 | E | F5 | 35 | 46 |
| Octal | 221 | 212 | 333 | 42 | 45 | 0 | 16 | 365 | 65 | 106 |
| Binary | 10010001 | 10001010 | 11011011 | 100010 | 100101 | 0 | 1110 | 11110101 | 110101 | 1000110 |
Color Harmonies of #918ADB
Complementary color
Monochromatic Colors of #918ADB
Black with #918ADB
Text Example
Text Example
White with #918ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ADB; }
p { color: rgb(145,138,219); }
H1.HeaderClassName
{
color: #918ADB;
}
.AnyTagClassName
{
color: #918ADB;
}
</style>
background-color css
<style>
a { background-color: #918ADB; }
a { background-color: rgb(145,138,219); }
div.DivClassName
{
background-color: #918ADB;
}
.BgClassName
{
background-color: #918ADB;
}
</style>
border-color css
<style>
span { border-color: #918ADB; }
span { border-color: rgb(145,138,219); }
td.TdClassName
{
border-color: #918ADB;
}
.TagClassName
{
border-color: #918ADB;
}
</style>