Shades of Portage #978EEE
Tints of Portage #978EEE
RGB
CMYK
RGB Variations
Color information
#978EEE (or 0x978EEE) is known color: Portage. HEX triplet: 97, 8E and EE. RGB value is (151,142,238). Sum of RGB (Red+Green+Blue) = 151+142+238=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #978EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EEE is #687111. Grayscale: #9B9B9B. Windows color (decimal): -6844690 or 15634071. OLE color: 15634071.
HSL color Cylindrical-coordinate representation of color #978EEE: hue angle of 245.62º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978EEE is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 142 | 238 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.07 |
| HSL | 245.63º | 0.74% | 0.75% | - |
| HSV(B) | 245.63º | 0.4% | 0.93% | - |
| XYZ | 37.87 | 32.1 | 85.09 | - |
| YUV | 155.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 238 | 0.37 | 0.40 | 0 | 0.07 | 245.63 | 0.74 | 0.75 |
| Hex | 97 | 8E | EE | 25 | 28 | 0 | 7 | F6 | 4A | 4B |
| Octal | 227 | 216 | 356 | 45 | 50 | 0 | 7 | 366 | 112 | 113 |
| Binary | 10010111 | 10001110 | 11101110 | 100101 | 101000 | 0 | 111 | 11110110 | 1001010 | 1001011 |
Color Harmonies of #978EEE
Complementary color
Monochromatic Colors of #978EEE
Black with #978EEE
Text Example
Text Example
White with #978EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EEE; }
p { color: rgb(151,142,238); }
H1.HeaderClassName
{
color: #978EEE;
}
.AnyTagClassName
{
color: #978EEE;
}
</style>
background-color css
<style>
a { background-color: #978EEE; }
a { background-color: rgb(151,142,238); }
div.DivClassName
{
background-color: #978EEE;
}
.BgClassName
{
background-color: #978EEE;
}
</style>
border-color css
<style>
span { border-color: #978EEE; }
span { border-color: rgb(151,142,238); }
td.TdClassName
{
border-color: #978EEE;
}
.TagClassName
{
border-color: #978EEE;
}
</style>