Shades of Blue Bell #979AD0
Tints of Blue Bell #979AD0
RGB
CMYK
RGB Variations
Color information
#979AD0 (or 0x979AD0) is known color: Blue Bell. HEX triplet: 97, 9A and D0. RGB value is (151,154,208). Sum of RGB (Red+Green+Blue) = 151+154+208=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #979AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979AD0 is #68652F. Grayscale: #9F9F9F. Windows color (decimal): -6841648 or 13671063. OLE color: 13671063.
HSL color Cylindrical-coordinate representation of color #979AD0: hue angle of 236.84º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #979AD0 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 154 | 208 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.18 |
| HSL | 236.84º | 0.38% | 0.7% | - |
| HSV(B) | 236.84º | 0.27% | 0.82% | - |
| XYZ | 35.7 | 34.24 | 64.4 | - |
| YUV | 159.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 208 | 0.27 | 0.26 | 0 | 0.18 | 236.84 | 0.38 | 0.7 |
| Hex | 97 | 9A | D0 | 1B | 1A | 0 | 12 | ED | 26 | 46 |
| Octal | 227 | 232 | 320 | 33 | 32 | 0 | 22 | 355 | 46 | 106 |
| Binary | 10010111 | 10011010 | 11010000 | 11011 | 11010 | 0 | 10010 | 11101101 | 100110 | 1000110 |
Color Harmonies of #979AD0
Complementary color
Monochromatic Colors of #979AD0
Black with #979AD0
Text Example
Text Example
White with #979AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979AD0; }
p { color: rgb(151,154,208); }
H1.HeaderClassName
{
color: #979AD0;
}
.AnyTagClassName
{
color: #979AD0;
}
</style>
background-color css
<style>
a { background-color: #979AD0; }
a { background-color: rgb(151,154,208); }
div.DivClassName
{
background-color: #979AD0;
}
.BgClassName
{
background-color: #979AD0;
}
</style>
border-color css
<style>
span { border-color: #979AD0; }
span { border-color: rgb(151,154,208); }
td.TdClassName
{
border-color: #979AD0;
}
.TagClassName
{
border-color: #979AD0;
}
</style>