Shades of Portage #979EFF
Tints of Portage #979EFF
RGB
CMYK
RGB Variations
Color information
#979EFF (or 0x979EFF) is known color: Portage. HEX triplet: 97, 9E and FF. RGB value is (151,158,255). Sum of RGB (Red+Green+Blue) = 151+158+255=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #979EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EFF is #686100. Grayscale: #A6A6A6. Windows color (decimal): -6840577 or 16752279. OLE color: 16752279.
HSL color Cylindrical-coordinate representation of color #979EFF: hue angle of 235.96º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #979EFF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 158 | 255 | - |
| CMYK | 0.41 | 0.38 | 0 | 0 |
| HSL | 235.96º | 1% | 0.8% | - |
| HSV(B) | 235.96º | 0.41% | 1% | - |
| XYZ | 43.04 | 38.25 | 99.72 | - |
| YUV | 166.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 255 | 0.41 | 0.38 | 0 | 0 | 235.96 | 1 | 0.8 |
| Hex | 97 | 9E | FF | 29 | 26 | 0 | 0 | EC | 64 | 50 |
| Octal | 227 | 236 | 377 | 51 | 46 | 0 | 0 | 354 | 144 | 120 |
| Binary | 10010111 | 10011110 | 11111111 | 101001 | 100110 | 0 | 0 | 11101100 | 1100100 | 1010000 |
Color Harmonies of #979EFF
Complementary color
Monochromatic Colors of #979EFF
Black with #979EFF
Text Example
Text Example
White with #979EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EFF; }
p { color: rgb(151,158,255); }
H1.HeaderClassName
{
color: #979EFF;
}
.AnyTagClassName
{
color: #979EFF;
}
</style>
background-color css
<style>
a { background-color: #979EFF; }
a { background-color: rgb(151,158,255); }
div.DivClassName
{
background-color: #979EFF;
}
.BgClassName
{
background-color: #979EFF;
}
</style>
border-color css
<style>
span { border-color: #979EFF; }
span { border-color: rgb(151,158,255); }
td.TdClassName
{
border-color: #979EFF;
}
.TagClassName
{
border-color: #979EFF;
}
</style>