Shades of Portage #979EE7
Tints of Portage #979EE7
RGB
CMYK
RGB Variations
Color information
#979EE7 (or 0x979EE7) is known color: Portage. HEX triplet: 97, 9E and E7. RGB value is (151,158,231). Sum of RGB (Red+Green+Blue) = 151+158+231=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #979EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EE7 is #686118. Grayscale: #A3A3A3. Windows color (decimal): -6840601 or 15179415. OLE color: 15179415.
HSL color Cylindrical-coordinate representation of color #979EE7: hue angle of 234.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #979EE7 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 158 | 231 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.09 |
| HSL | 234.75º | 0.63% | 0.75% | - |
| HSV(B) | 234.75º | 0.35% | 0.91% | - |
| XYZ | 39.41 | 36.8 | 80.63 | - |
| YUV | 164.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 231 | 0.35 | 0.32 | 0 | 0.09 | 234.75 | 0.63 | 0.75 |
| Hex | 97 | 9E | E7 | 23 | 20 | 0 | 9 | EB | 3E | 4B |
| Octal | 227 | 236 | 347 | 43 | 40 | 0 | 11 | 353 | 76 | 113 |
| Binary | 10010111 | 10011110 | 11100111 | 100011 | 100000 | 0 | 1001 | 11101011 | 111110 | 1001011 |
Color Harmonies of #979EE7
Complementary color
Monochromatic Colors of #979EE7
Black with #979EE7
Text Example
Text Example
White with #979EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EE7; }
p { color: rgb(151,158,231); }
H1.HeaderClassName
{
color: #979EE7;
}
.AnyTagClassName
{
color: #979EE7;
}
</style>
background-color css
<style>
a { background-color: #979EE7; }
a { background-color: rgb(151,158,231); }
div.DivClassName
{
background-color: #979EE7;
}
.BgClassName
{
background-color: #979EE7;
}
</style>
border-color css
<style>
span { border-color: #979EE7; }
span { border-color: rgb(151,158,231); }
td.TdClassName
{
border-color: #979EE7;
}
.TagClassName
{
border-color: #979EE7;
}
</style>