Shades of Portage #979DD9
Tints of Portage #979DD9
RGB
CMYK
RGB Variations
Color information
#979DD9 (or 0x979DD9) is known color: Portage. HEX triplet: 97, 9D and D9. RGB value is (151,157,217). Sum of RGB (Red+Green+Blue) = 151+157+217=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #979DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DD9 is #686226. Grayscale: #A1A1A1. Windows color (decimal): -6840871 or 14261655. OLE color: 14261655.
HSL color Cylindrical-coordinate representation of color #979DD9: hue angle of 234.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #979DD9 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 157 | 217 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.15 |
| HSL | 234.55º | 0.46% | 0.72% | - |
| HSV(B) | 234.55º | 0.3% | 0.85% | - |
| XYZ | 37.34 | 35.7 | 70.57 | - |
| YUV | 162.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 217 | 0.30 | 0.28 | 0 | 0.15 | 234.55 | 0.46 | 0.72 |
| Hex | 97 | 9D | D9 | 1E | 1C | 0 | F | EB | 2E | 48 |
| Octal | 227 | 235 | 331 | 36 | 34 | 0 | 17 | 353 | 56 | 110 |
| Binary | 10010111 | 10011101 | 11011001 | 11110 | 11100 | 0 | 1111 | 11101011 | 101110 | 1001000 |
Color Harmonies of #979DD9
Complementary color
Monochromatic Colors of #979DD9
Black with #979DD9
Text Example
Text Example
White with #979DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DD9; }
p { color: rgb(151,157,217); }
H1.HeaderClassName
{
color: #979DD9;
}
.AnyTagClassName
{
color: #979DD9;
}
</style>
background-color css
<style>
a { background-color: #979DD9; }
a { background-color: rgb(151,157,217); }
div.DivClassName
{
background-color: #979DD9;
}
.BgClassName
{
background-color: #979DD9;
}
</style>
border-color css
<style>
span { border-color: #979DD9; }
span { border-color: rgb(151,157,217); }
td.TdClassName
{
border-color: #979DD9;
}
.TagClassName
{
border-color: #979DD9;
}
</style>