Shades of Portage #979FE6
Tints of Portage #979FE6
RGB
CMYK
RGB Variations
Color information
#979FE6 (or 0x979FE6) is known color: Portage. HEX triplet: 97, 9F and E6. RGB value is (151,159,230). Sum of RGB (Red+Green+Blue) = 151+159+230=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #979FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FE6 is #686019. Grayscale: #A4A4A4. Windows color (decimal): -6840346 or 15114135. OLE color: 15114135.
HSL color Cylindrical-coordinate representation of color #979FE6: hue angle of 233.92º 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 #979FE6 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 159 | 230 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.10 |
| HSL | 233.92º | 0.61% | 0.75% | - |
| HSV(B) | 233.92º | 0.34% | 0.9% | - |
| XYZ | 39.44 | 37.09 | 79.94 | - |
| YUV | 164.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 230 | 0.34 | 0.31 | 0 | 0.10 | 233.92 | 0.61 | 0.75 |
| Hex | 97 | 9F | E6 | 22 | 1F | 0 | A | EA | 3D | 4B |
| Octal | 227 | 237 | 346 | 42 | 37 | 0 | 12 | 352 | 75 | 113 |
| Binary | 10010111 | 10011111 | 11100110 | 100010 | 11111 | 0 | 1010 | 11101010 | 111101 | 1001011 |
Color Harmonies of #979FE6
Complementary color
Monochromatic Colors of #979FE6
Black with #979FE6
Text Example
Text Example
White with #979FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FE6; }
p { color: rgb(151,159,230); }
H1.HeaderClassName
{
color: #979FE6;
}
.AnyTagClassName
{
color: #979FE6;
}
</style>
background-color css
<style>
a { background-color: #979FE6; }
a { background-color: rgb(151,159,230); }
div.DivClassName
{
background-color: #979FE6;
}
.BgClassName
{
background-color: #979FE6;
}
</style>
border-color css
<style>
span { border-color: #979FE6; }
span { border-color: rgb(151,159,230); }
td.TdClassName
{
border-color: #979FE6;
}
.TagClassName
{
border-color: #979FE6;
}
</style>