Shades of Portage #979EE6
Tints of Portage #979EE6
RGB
CMYK
RGB Variations
Color information
#979EE6 (or 0x979EE6) is known color: Portage. HEX triplet: 97, 9E and E6. RGB value is (151,158,230). Sum of RGB (Red+Green+Blue) = 151+158+230=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #979EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EE6 is #686119. Grayscale: #A3A3A3. Windows color (decimal): -6840602 or 15113879. OLE color: 15113879.
HSL color Cylindrical-coordinate representation of color #979EE6: hue angle of 234.68º 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 #979EE6 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 158 | 230 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.10 |
| HSL | 234.68º | 0.61% | 0.75% | - |
| HSV(B) | 234.68º | 0.34% | 0.9% | - |
| XYZ | 39.27 | 36.75 | 79.89 | - |
| YUV | 164.12 | 165.18 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 230 | 0.34 | 0.31 | 0 | 0.10 | 234.68 | 0.61 | 0.75 |
| Hex | 97 | 9E | E6 | 22 | 1F | 0 | A | EB | 3D | 4B |
| Octal | 227 | 236 | 346 | 42 | 37 | 0 | 12 | 353 | 75 | 113 |
| Binary | 10010111 | 10011110 | 11100110 | 100010 | 11111 | 0 | 1010 | 11101011 | 111101 | 1001011 |
Color Harmonies of #979EE6
Complementary color
Monochromatic Colors of #979EE6
Black with #979EE6
Text Example
Text Example
White with #979EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EE6; }
p { color: rgb(151,158,230); }
H1.HeaderClassName
{
color: #979EE6;
}
.AnyTagClassName
{
color: #979EE6;
}
</style>
background-color css
<style>
a { background-color: #979EE6; }
a { background-color: rgb(151,158,230); }
div.DivClassName
{
background-color: #979EE6;
}
.BgClassName
{
background-color: #979EE6;
}
</style>
border-color css
<style>
span { border-color: #979EE6; }
span { border-color: rgb(151,158,230); }
td.TdClassName
{
border-color: #979EE6;
}
.TagClassName
{
border-color: #979EE6;
}
</style>