Shades of Portage #979FE9
Tints of Portage #979FE9
RGB
CMYK
RGB Variations
Color information
#979FE9 (or 0x979FE9) is known color: Portage. HEX triplet: 97, 9F and E9. RGB value is (151,159,233). Sum of RGB (Red+Green+Blue) = 151+159+233=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #979FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FE9 is #686016. Grayscale: #A4A4A4. Windows color (decimal): -6840343 or 15310743. OLE color: 15310743.
HSL color Cylindrical-coordinate representation of color #979FE9: hue angle of 234.15º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #979FE9 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 159 | 233 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.09 |
| HSL | 234.15º | 0.65% | 0.75% | - |
| HSV(B) | 234.15º | 0.35% | 0.91% | - |
| XYZ | 39.87 | 37.26 | 82.18 | - |
| YUV | 165.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 233 | 0.35 | 0.32 | 0 | 0.09 | 234.15 | 0.65 | 0.75 |
| Hex | 97 | 9F | E9 | 23 | 20 | 0 | 9 | EA | 41 | 4B |
| Octal | 227 | 237 | 351 | 43 | 40 | 0 | 11 | 352 | 101 | 113 |
| Binary | 10010111 | 10011111 | 11101001 | 100011 | 100000 | 0 | 1001 | 11101010 | 1000001 | 1001011 |
Color Harmonies of #979FE9
Complementary color
Monochromatic Colors of #979FE9
Black with #979FE9
Text Example
Text Example
White with #979FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FE9; }
p { color: rgb(151,159,233); }
H1.HeaderClassName
{
color: #979FE9;
}
.AnyTagClassName
{
color: #979FE9;
}
</style>
background-color css
<style>
a { background-color: #979FE9; }
a { background-color: rgb(151,159,233); }
div.DivClassName
{
background-color: #979FE9;
}
.BgClassName
{
background-color: #979FE9;
}
</style>
border-color css
<style>
span { border-color: #979FE9; }
span { border-color: rgb(151,159,233); }
td.TdClassName
{
border-color: #979FE9;
}
.TagClassName
{
border-color: #979FE9;
}
</style>