Shades of Portage #979BE5
Tints of Portage #979BE5
RGB
CMYK
RGB Variations
Color information
#979BE5 (or 0x979BE5) is known color: Portage. HEX triplet: 97, 9B and E5. RGB value is (151,155,229). Sum of RGB (Red+Green+Blue) = 151+155+229=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #979BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BE5 is #68641A. Grayscale: #A1A1A1. Windows color (decimal): -6841371 or 15047575. OLE color: 15047575.
HSL color Cylindrical-coordinate representation of color #979BE5: hue angle of 236.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979BE5 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 155 | 229 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.10 |
| HSL | 236.92º | 0.6% | 0.75% | - |
| HSV(B) | 236.92º | 0.34% | 0.9% | - |
| XYZ | 38.63 | 35.68 | 78.98 | - |
| YUV | 162.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 229 | 0.34 | 0.32 | 0 | 0.10 | 236.92 | 0.6 | 0.75 |
| Hex | 97 | 9B | E5 | 22 | 20 | 0 | A | ED | 3C | 4B |
| Octal | 227 | 233 | 345 | 42 | 40 | 0 | 12 | 355 | 74 | 113 |
| Binary | 10010111 | 10011011 | 11100101 | 100010 | 100000 | 0 | 1010 | 11101101 | 111100 | 1001011 |
Color Harmonies of #979BE5
Complementary color
Monochromatic Colors of #979BE5
Black with #979BE5
Text Example
Text Example
White with #979BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BE5; }
p { color: rgb(151,155,229); }
H1.HeaderClassName
{
color: #979BE5;
}
.AnyTagClassName
{
color: #979BE5;
}
</style>
background-color css
<style>
a { background-color: #979BE5; }
a { background-color: rgb(151,155,229); }
div.DivClassName
{
background-color: #979BE5;
}
.BgClassName
{
background-color: #979BE5;
}
</style>
border-color css
<style>
span { border-color: #979BE5; }
span { border-color: rgb(151,155,229); }
td.TdClassName
{
border-color: #979BE5;
}
.TagClassName
{
border-color: #979BE5;
}
</style>