Shades of Portage #978CEF
Tints of Portage #978CEF
RGB
CMYK
RGB Variations
Color information
#978CEF (or 0x978CEF) is known color: Portage. HEX triplet: 97, 8C and EF. RGB value is (151,140,239). Sum of RGB (Red+Green+Blue) = 151+140+239=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #978CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CEF is #687310. Grayscale: #9A9A9A. Windows color (decimal): -6845201 or 15699095. OLE color: 15699095.
HSL color Cylindrical-coordinate representation of color #978CEF: hue angle of 246.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978CEF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 140 | 239 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.06 |
| HSL | 246.67º | 0.76% | 0.74% | - |
| HSV(B) | 246.67º | 0.41% | 0.94% | - |
| XYZ | 37.72 | 31.57 | 85.77 | - |
| YUV | 154.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 239 | 0.37 | 0.41 | 0 | 0.06 | 246.67 | 0.76 | 0.74 |
| Hex | 97 | 8C | EF | 25 | 29 | 0 | 6 | F7 | 4C | 4A |
| Octal | 227 | 214 | 357 | 45 | 51 | 0 | 6 | 367 | 114 | 112 |
| Binary | 10010111 | 10001100 | 11101111 | 100101 | 101001 | 0 | 110 | 11110111 | 1001100 | 1001010 |
Color Harmonies of #978CEF
Complementary color
Monochromatic Colors of #978CEF
Black with #978CEF
Text Example
Text Example
White with #978CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CEF; }
p { color: rgb(151,140,239); }
H1.HeaderClassName
{
color: #978CEF;
}
.AnyTagClassName
{
color: #978CEF;
}
</style>
background-color css
<style>
a { background-color: #978CEF; }
a { background-color: rgb(151,140,239); }
div.DivClassName
{
background-color: #978CEF;
}
.BgClassName
{
background-color: #978CEF;
}
</style>
border-color css
<style>
span { border-color: #978CEF; }
span { border-color: rgb(151,140,239); }
td.TdClassName
{
border-color: #978CEF;
}
.TagClassName
{
border-color: #978CEF;
}
</style>