Shades of Portage #978DEC
Tints of Portage #978DEC
RGB
CMYK
RGB Variations
Color information
#978DEC (or 0x978DEC) is known color: Portage. HEX triplet: 97, 8D and EC. RGB value is (151,141,236). Sum of RGB (Red+Green+Blue) = 151+141+236=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #978DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DEC is #687213. Grayscale: #9A9A9A. Windows color (decimal): -6844948 or 15502743. OLE color: 15502743.
HSL color Cylindrical-coordinate representation of color #978DEC: hue angle of 246.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978DEC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 141 | 236 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.07 |
| HSL | 246.32º | 0.71% | 0.74% | - |
| HSV(B) | 246.32º | 0.4% | 0.93% | - |
| XYZ | 37.43 | 31.69 | 83.5 | - |
| YUV | 154.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 236 | 0.36 | 0.40 | 0 | 0.07 | 246.32 | 0.71 | 0.74 |
| Hex | 97 | 8D | EC | 24 | 28 | 0 | 7 | F6 | 47 | 4A |
| Octal | 227 | 215 | 354 | 44 | 50 | 0 | 7 | 366 | 107 | 112 |
| Binary | 10010111 | 10001101 | 11101100 | 100100 | 101000 | 0 | 111 | 11110110 | 1000111 | 1001010 |
Color Harmonies of #978DEC
Complementary color
Monochromatic Colors of #978DEC
Black with #978DEC
Text Example
Text Example
White with #978DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DEC; }
p { color: rgb(151,141,236); }
H1.HeaderClassName
{
color: #978DEC;
}
.AnyTagClassName
{
color: #978DEC;
}
</style>
background-color css
<style>
a { background-color: #978DEC; }
a { background-color: rgb(151,141,236); }
div.DivClassName
{
background-color: #978DEC;
}
.BgClassName
{
background-color: #978DEC;
}
</style>
border-color css
<style>
span { border-color: #978DEC; }
span { border-color: rgb(151,141,236); }
td.TdClassName
{
border-color: #978DEC;
}
.TagClassName
{
border-color: #978DEC;
}
</style>