Shades of Portage #979BDD
Tints of Portage #979BDD
RGB
CMYK
RGB Variations
Color information
#979BDD (or 0x979BDD) is known color: Portage. HEX triplet: 97, 9B and DD. RGB value is (151,155,221). Sum of RGB (Red+Green+Blue) = 151+155+221=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #979BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BDD is #686422. Grayscale: #A1A1A1. Windows color (decimal): -6841379 or 14523287. OLE color: 14523287.
HSL color Cylindrical-coordinate representation of color #979BDD: hue angle of 236.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979BDD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 155 | 221 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.13 |
| HSL | 236.57º | 0.51% | 0.73% | - |
| HSV(B) | 236.57º | 0.32% | 0.87% | - |
| XYZ | 37.53 | 35.24 | 73.23 | - |
| YUV | 161.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 221 | 0.32 | 0.30 | 0 | 0.13 | 236.57 | 0.51 | 0.73 |
| Hex | 97 | 9B | DD | 20 | 1E | 0 | D | ED | 33 | 49 |
| Octal | 227 | 233 | 335 | 40 | 36 | 0 | 15 | 355 | 63 | 111 |
| Binary | 10010111 | 10011011 | 11011101 | 100000 | 11110 | 0 | 1101 | 11101101 | 110011 | 1001001 |
Color Harmonies of #979BDD
Complementary color
Monochromatic Colors of #979BDD
Black with #979BDD
Text Example
Text Example
White with #979BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BDD; }
p { color: rgb(151,155,221); }
H1.HeaderClassName
{
color: #979BDD;
}
.AnyTagClassName
{
color: #979BDD;
}
</style>
background-color css
<style>
a { background-color: #979BDD; }
a { background-color: rgb(151,155,221); }
div.DivClassName
{
background-color: #979BDD;
}
.BgClassName
{
background-color: #979BDD;
}
</style>
border-color css
<style>
span { border-color: #979BDD; }
span { border-color: rgb(151,155,221); }
td.TdClassName
{
border-color: #979BDD;
}
.TagClassName
{
border-color: #979BDD;
}
</style>