Shades of Portage #979DE6
Tints of Portage #979DE6
RGB
CMYK
RGB Variations
Color information
#979DE6 (or 0x979DE6) is known color: Portage. HEX triplet: 97, 9D and E6. RGB value is (151,157,230). Sum of RGB (Red+Green+Blue) = 151+157+230=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #979DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DE6 is #686219. Grayscale: #A3A3A3. Windows color (decimal): -6840858 or 15113623. OLE color: 15113623.
HSL color Cylindrical-coordinate representation of color #979DE6: hue angle of 235.44º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979DE6 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 157 | 230 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.10 |
| HSL | 235.44º | 0.61% | 0.75% | - |
| HSV(B) | 235.44º | 0.34% | 0.9% | - |
| XYZ | 39.1 | 36.41 | 79.83 | - |
| YUV | 163.53 | 165.51 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 230 | 0.34 | 0.32 | 0 | 0.10 | 235.44 | 0.61 | 0.75 |
| Hex | 97 | 9D | E6 | 22 | 20 | 0 | A | EB | 3D | 4B |
| Octal | 227 | 235 | 346 | 42 | 40 | 0 | 12 | 353 | 75 | 113 |
| Binary | 10010111 | 10011101 | 11100110 | 100010 | 100000 | 0 | 1010 | 11101011 | 111101 | 1001011 |
Color Harmonies of #979DE6
Complementary color
Monochromatic Colors of #979DE6
Black with #979DE6
Text Example
Text Example
White with #979DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DE6; }
p { color: rgb(151,157,230); }
H1.HeaderClassName
{
color: #979DE6;
}
.AnyTagClassName
{
color: #979DE6;
}
</style>
background-color css
<style>
a { background-color: #979DE6; }
a { background-color: rgb(151,157,230); }
div.DivClassName
{
background-color: #979DE6;
}
.BgClassName
{
background-color: #979DE6;
}
</style>
border-color css
<style>
span { border-color: #979DE6; }
span { border-color: rgb(151,157,230); }
td.TdClassName
{
border-color: #979DE6;
}
.TagClassName
{
border-color: #979DE6;
}
</style>