Shades of Portage #978DF0
Tints of Portage #978DF0
RGB
CMYK
RGB Variations
Color information
#978DF0 (or 0x978DF0) is known color: Portage. HEX triplet: 97, 8D and F0. RGB value is (151,141,240). Sum of RGB (Red+Green+Blue) = 151+141+240=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #978DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DF0 is #68720F. Grayscale: #9A9A9A. Windows color (decimal): -6844944 or 15764887. OLE color: 15764887.
HSL color Cylindrical-coordinate representation of color #978DF0: hue angle of 246.06º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978DF0 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 141 | 240 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.06 |
| HSL | 246.06º | 0.77% | 0.75% | - |
| HSV(B) | 246.06º | 0.41% | 0.94% | - |
| XYZ | 38.02 | 31.92 | 86.6 | - |
| YUV | 155.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 240 | 0.37 | 0.41 | 0 | 0.06 | 246.06 | 0.77 | 0.75 |
| Hex | 97 | 8D | F0 | 25 | 29 | 0 | 6 | F6 | 4D | 4B |
| Octal | 227 | 215 | 360 | 45 | 51 | 0 | 6 | 366 | 115 | 113 |
| Binary | 10010111 | 10001101 | 11110000 | 100101 | 101001 | 0 | 110 | 11110110 | 1001101 | 1001011 |
Color Harmonies of #978DF0
Complementary color
Monochromatic Colors of #978DF0
Black with #978DF0
Text Example
Text Example
White with #978DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DF0; }
p { color: rgb(151,141,240); }
H1.HeaderClassName
{
color: #978DF0;
}
.AnyTagClassName
{
color: #978DF0;
}
</style>
background-color css
<style>
a { background-color: #978DF0; }
a { background-color: rgb(151,141,240); }
div.DivClassName
{
background-color: #978DF0;
}
.BgClassName
{
background-color: #978DF0;
}
</style>
border-color css
<style>
span { border-color: #978DF0; }
span { border-color: rgb(151,141,240); }
td.TdClassName
{
border-color: #978DF0;
}
.TagClassName
{
border-color: #978DF0;
}
</style>