Shades of Portage #978DEF
Tints of Portage #978DEF
RGB
CMYK
RGB Variations
Color information
#978DEF (or 0x978DEF) is known color: Portage. HEX triplet: 97, 8D and EF. RGB value is (151,141,239). Sum of RGB (Red+Green+Blue) = 151+141+239=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #978DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DEF is #687210. Grayscale: #9A9A9A. Windows color (decimal): -6844945 or 15699351. OLE color: 15699351.
HSL color Cylindrical-coordinate representation of color #978DEF: hue angle of 246.12º degrees, saturation: 0.75, 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 #978DEF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 141 | 239 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.06 |
| HSL | 246.12º | 0.75% | 0.75% | - |
| HSV(B) | 246.12º | 0.41% | 0.94% | - |
| XYZ | 37.87 | 31.86 | 85.82 | - |
| YUV | 155.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 239 | 0.37 | 0.41 | 0 | 0.06 | 246.12 | 0.75 | 0.75 |
| Hex | 97 | 8D | EF | 25 | 29 | 0 | 6 | F6 | 4B | 4B |
| Octal | 227 | 215 | 357 | 45 | 51 | 0 | 6 | 366 | 113 | 113 |
| Binary | 10010111 | 10001101 | 11101111 | 100101 | 101001 | 0 | 110 | 11110110 | 1001011 | 1001011 |
Color Harmonies of #978DEF
Complementary color
Monochromatic Colors of #978DEF
Black with #978DEF
Text Example
Text Example
White with #978DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DEF; }
p { color: rgb(151,141,239); }
H1.HeaderClassName
{
color: #978DEF;
}
.AnyTagClassName
{
color: #978DEF;
}
</style>
background-color css
<style>
a { background-color: #978DEF; }
a { background-color: rgb(151,141,239); }
div.DivClassName
{
background-color: #978DEF;
}
.BgClassName
{
background-color: #978DEF;
}
</style>
border-color css
<style>
span { border-color: #978DEF; }
span { border-color: rgb(151,141,239); }
td.TdClassName
{
border-color: #978DEF;
}
.TagClassName
{
border-color: #978DEF;
}
</style>