Shades of Portage #979EF3
Tints of Portage #979EF3
RGB
CMYK
RGB Variations
Color information
#979EF3 (or 0x979EF3) is known color: Portage. HEX triplet: 97, 9E and F3. RGB value is (151,158,243). Sum of RGB (Red+Green+Blue) = 151+158+243=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #979EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EF3 is #68610C. Grayscale: #A5A5A5. Windows color (decimal): -6840589 or 15965847. OLE color: 15965847.
HSL color Cylindrical-coordinate representation of color #979EF3: hue angle of 235.43º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #979EF3 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 158 | 243 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.05 |
| HSL | 235.43º | 0.79% | 0.77% | - |
| HSV(B) | 235.43º | 0.38% | 0.95% | - |
| XYZ | 41.17 | 37.5 | 89.86 | - |
| YUV | 165.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 243 | 0.38 | 0.35 | 0 | 0.05 | 235.43 | 0.79 | 0.77 |
| Hex | 97 | 9E | F3 | 26 | 23 | 0 | 5 | EB | 4F | 4D |
| Octal | 227 | 236 | 363 | 46 | 43 | 0 | 5 | 353 | 117 | 115 |
| Binary | 10010111 | 10011110 | 11110011 | 100110 | 100011 | 0 | 101 | 11101011 | 1001111 | 1001101 |
Color Harmonies of #979EF3
Complementary color
Monochromatic Colors of #979EF3
Black with #979EF3
Text Example
Text Example
White with #979EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EF3; }
p { color: rgb(151,158,243); }
H1.HeaderClassName
{
color: #979EF3;
}
.AnyTagClassName
{
color: #979EF3;
}
</style>
background-color css
<style>
a { background-color: #979EF3; }
a { background-color: rgb(151,158,243); }
div.DivClassName
{
background-color: #979EF3;
}
.BgClassName
{
background-color: #979EF3;
}
</style>
border-color css
<style>
span { border-color: #979EF3; }
span { border-color: rgb(151,158,243); }
td.TdClassName
{
border-color: #979EF3;
}
.TagClassName
{
border-color: #979EF3;
}
</style>