Shades of Blue Bell #979ADB
Tints of Blue Bell #979ADB
RGB
CMYK
RGB Variations
Color information
#979ADB (or 0x979ADB) is known color: Blue Bell. HEX triplet: 97, 9A and DB. RGB value is (151,154,219). Sum of RGB (Red+Green+Blue) = 151+154+219=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #979ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ADB is #686524. Grayscale: #A0A0A0. Windows color (decimal): -6841637 or 14391959. OLE color: 14391959.
HSL color Cylindrical-coordinate representation of color #979ADB: hue angle of 237.35º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #979ADB is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 154 | 219 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.14 |
| HSL | 237.35º | 0.49% | 0.73% | - |
| HSV(B) | 237.35º | 0.31% | 0.86% | - |
| XYZ | 37.1 | 34.8 | 71.78 | - |
| YUV | 160.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 219 | 0.31 | 0.30 | 0 | 0.14 | 237.35 | 0.49 | 0.73 |
| Hex | 97 | 9A | DB | 1F | 1E | 0 | E | ED | 31 | 49 |
| Octal | 227 | 232 | 333 | 37 | 36 | 0 | 16 | 355 | 61 | 111 |
| Binary | 10010111 | 10011010 | 11011011 | 11111 | 11110 | 0 | 1110 | 11101101 | 110001 | 1001001 |
Color Harmonies of #979ADB
Complementary color
Monochromatic Colors of #979ADB
Black with #979ADB
Text Example
Text Example
White with #979ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979ADB; }
p { color: rgb(151,154,219); }
H1.HeaderClassName
{
color: #979ADB;
}
.AnyTagClassName
{
color: #979ADB;
}
</style>
background-color css
<style>
a { background-color: #979ADB; }
a { background-color: rgb(151,154,219); }
div.DivClassName
{
background-color: #979ADB;
}
.BgClassName
{
background-color: #979ADB;
}
</style>
border-color css
<style>
span { border-color: #979ADB; }
span { border-color: rgb(151,154,219); }
td.TdClassName
{
border-color: #979ADB;
}
.TagClassName
{
border-color: #979ADB;
}
</style>