Shades of Portage #978FF1
Tints of Portage #978FF1
RGB
CMYK
RGB Variations
Color information
#978FF1 (or 0x978FF1) is known color: Portage. HEX triplet: 97, 8F and F1. RGB value is (151,143,241). Sum of RGB (Red+Green+Blue) = 151+143+241=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #978FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FF1 is #68700E. Grayscale: #9C9C9C. Windows color (decimal): -6844431 or 15830935. OLE color: 15830935.
HSL color Cylindrical-coordinate representation of color #978FF1: hue angle of 244.9º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978FF1 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 143 | 241 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.05 |
| HSL | 244.9º | 0.78% | 0.75% | - |
| HSV(B) | 244.9º | 0.41% | 0.95% | - |
| XYZ | 38.46 | 32.58 | 87.48 | - |
| YUV | 156.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 241 | 0.37 | 0.41 | 0 | 0.05 | 244.9 | 0.78 | 0.75 |
| Hex | 97 | 8F | F1 | 25 | 29 | 0 | 5 | F5 | 4E | 4B |
| Octal | 227 | 217 | 361 | 45 | 51 | 0 | 5 | 365 | 116 | 113 |
| Binary | 10010111 | 10001111 | 11110001 | 100101 | 101001 | 0 | 101 | 11110101 | 1001110 | 1001011 |
Color Harmonies of #978FF1
Complementary color
Monochromatic Colors of #978FF1
Black with #978FF1
Text Example
Text Example
White with #978FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FF1; }
p { color: rgb(151,143,241); }
H1.HeaderClassName
{
color: #978FF1;
}
.AnyTagClassName
{
color: #978FF1;
}
</style>
background-color css
<style>
a { background-color: #978FF1; }
a { background-color: rgb(151,143,241); }
div.DivClassName
{
background-color: #978FF1;
}
.BgClassName
{
background-color: #978FF1;
}
</style>
border-color css
<style>
span { border-color: #978FF1; }
span { border-color: rgb(151,143,241); }
td.TdClassName
{
border-color: #978FF1;
}
.TagClassName
{
border-color: #978FF1;
}
</style>