Shades of Portage #979DF2
Tints of Portage #979DF2
RGB
CMYK
RGB Variations
Color information
#979DF2 (or 0x979DF2) is known color: Portage. HEX triplet: 97, 9D and F2. RGB value is (151,157,242). Sum of RGB (Red+Green+Blue) = 151+157+242=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #979DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DF2 is #68620D. Grayscale: #A4A4A4. Windows color (decimal): -6840846 or 15900055. OLE color: 15900055.
HSL color Cylindrical-coordinate representation of color #979DF2: hue angle of 236.04º degrees, saturation: 0.78, 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 #979DF2 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 157 | 242 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.05 |
| HSL | 236.04º | 0.78% | 0.77% | - |
| HSV(B) | 236.04º | 0.38% | 0.95% | - |
| XYZ | 40.85 | 37.1 | 89.01 | - |
| YUV | 164.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 242 | 0.38 | 0.35 | 0 | 0.05 | 236.04 | 0.78 | 0.77 |
| Hex | 97 | 9D | F2 | 26 | 23 | 0 | 5 | EC | 4E | 4D |
| Octal | 227 | 235 | 362 | 46 | 43 | 0 | 5 | 354 | 116 | 115 |
| Binary | 10010111 | 10011101 | 11110010 | 100110 | 100011 | 0 | 101 | 11101100 | 1001110 | 1001101 |
Color Harmonies of #979DF2
Complementary color
Monochromatic Colors of #979DF2
Black with #979DF2
Text Example
Text Example
White with #979DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DF2; }
p { color: rgb(151,157,242); }
H1.HeaderClassName
{
color: #979DF2;
}
.AnyTagClassName
{
color: #979DF2;
}
</style>
background-color css
<style>
a { background-color: #979DF2; }
a { background-color: rgb(151,157,242); }
div.DivClassName
{
background-color: #979DF2;
}
.BgClassName
{
background-color: #979DF2;
}
</style>
border-color css
<style>
span { border-color: #979DF2; }
span { border-color: rgb(151,157,242); }
td.TdClassName
{
border-color: #979DF2;
}
.TagClassName
{
border-color: #979DF2;
}
</style>