Shades of Portage #978FF3
Tints of Portage #978FF3
RGB
CMYK
RGB Variations
Color information
#978FF3 (or 0x978FF3) is known color: Portage. HEX triplet: 97, 8F and F3. RGB value is (151,143,243). Sum of RGB (Red+Green+Blue) = 151+143+243=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #978FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FF3 is #68700C. Grayscale: #9C9C9C. Windows color (decimal): -6844429 or 15962007. OLE color: 15962007.
HSL color Cylindrical-coordinate representation of color #978FF3: hue angle of 244.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978FF3 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 143 | 243 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.05 |
| HSL | 244.8º | 0.81% | 0.76% | - |
| HSV(B) | 244.8º | 0.41% | 0.95% | - |
| XYZ | 38.76 | 32.7 | 89.06 | - |
| YUV | 156.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 243 | 0.38 | 0.41 | 0 | 0.05 | 244.8 | 0.81 | 0.76 |
| Hex | 97 | 8F | F3 | 26 | 29 | 0 | 5 | F5 | 51 | 4C |
| Octal | 227 | 217 | 363 | 46 | 51 | 0 | 5 | 365 | 121 | 114 |
| Binary | 10010111 | 10001111 | 11110011 | 100110 | 101001 | 0 | 101 | 11110101 | 1010001 | 1001100 |
Color Harmonies of #978FF3
Complementary color
Monochromatic Colors of #978FF3
Black with #978FF3
Text Example
Text Example
White with #978FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FF3; }
p { color: rgb(151,143,243); }
H1.HeaderClassName
{
color: #978FF3;
}
.AnyTagClassName
{
color: #978FF3;
}
</style>
background-color css
<style>
a { background-color: #978FF3; }
a { background-color: rgb(151,143,243); }
div.DivClassName
{
background-color: #978FF3;
}
.BgClassName
{
background-color: #978FF3;
}
</style>
border-color css
<style>
span { border-color: #978FF3; }
span { border-color: rgb(151,143,243); }
td.TdClassName
{
border-color: #978FF3;
}
.TagClassName
{
border-color: #978FF3;
}
</style>