Shades of Portage #979FFF
Tints of Portage #979FFF
RGB
CMYK
RGB Variations
Color information
#979FFF (or 0x979FFF) is known color: Portage. HEX triplet: 97, 9F and FF. RGB value is (151,159,255). Sum of RGB (Red+Green+Blue) = 151+159+255=565 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.73% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #979FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FFF is #686000. Grayscale: #A7A7A7. Windows color (decimal): -6840321 or 16752535. OLE color: 16752535.
HSL color Cylindrical-coordinate representation of color #979FFF: hue angle of 235.38º 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 #979FFF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 159 | 255 | - |
| CMYK | 0.41 | 0.38 | 0 | 0 |
| HSL | 235.38º | 1% | 0.8% | - |
| HSV(B) | 235.38º | 0.41% | 1% | - |
| XYZ | 43.21 | 38.6 | 99.78 | - |
| YUV | 167.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 255 | 0.41 | 0.38 | 0 | 0 | 235.38 | 1 | 0.8 |
| Hex | 97 | 9F | FF | 29 | 26 | 0 | 0 | EB | 64 | 50 |
| Octal | 227 | 237 | 377 | 51 | 46 | 0 | 0 | 353 | 144 | 120 |
| Binary | 10010111 | 10011111 | 11111111 | 101001 | 100110 | 0 | 0 | 11101011 | 1100100 | 1010000 |
Color Harmonies of #979FFF
Complementary color
Monochromatic Colors of #979FFF
Black with #979FFF
Text Example
Text Example
White with #979FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FFF; }
p { color: rgb(151,159,255); }
H1.HeaderClassName
{
color: #979FFF;
}
.AnyTagClassName
{
color: #979FFF;
}
</style>
background-color css
<style>
a { background-color: #979FFF; }
a { background-color: rgb(151,159,255); }
div.DivClassName
{
background-color: #979FFF;
}
.BgClassName
{
background-color: #979FFF;
}
</style>
border-color css
<style>
span { border-color: #979FFF; }
span { border-color: rgb(151,159,255); }
td.TdClassName
{
border-color: #979FFF;
}
.TagClassName
{
border-color: #979FFF;
}
</style>