Shades of Portage #979BFC
Tints of Portage #979BFC
RGB
CMYK
RGB Variations
Color information
#979BFC (or 0x979BFC) is known color: Portage. HEX triplet: 97, 9B and FC. RGB value is (151,155,252). Sum of RGB (Red+Green+Blue) = 151+155+252=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #979BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BFC is #686403. Grayscale: #A4A4A4. Windows color (decimal): -6841348 or 16554903. OLE color: 16554903.
HSL color Cylindrical-coordinate representation of color #979BFC: hue angle of 237.62º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979BFC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 155 | 252 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.01 |
| HSL | 237.62º | 0.94% | 0.79% | - |
| HSV(B) | 237.62º | 0.4% | 0.99% | - |
| XYZ | 42.05 | 37.05 | 97.03 | - |
| YUV | 164.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 252 | 0.40 | 0.38 | 0 | 0.01 | 237.62 | 0.94 | 0.79 |
| Hex | 97 | 9B | FC | 28 | 26 | 0 | 1 | EE | 5E | 4F |
| Octal | 227 | 233 | 374 | 50 | 46 | 0 | 1 | 356 | 136 | 117 |
| Binary | 10010111 | 10011011 | 11111100 | 101000 | 100110 | 0 | 1 | 11101110 | 1011110 | 1001111 |
Color Harmonies of #979BFC
Complementary color
Monochromatic Colors of #979BFC
Black with #979BFC
Text Example
Text Example
White with #979BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BFC; }
p { color: rgb(151,155,252); }
H1.HeaderClassName
{
color: #979BFC;
}
.AnyTagClassName
{
color: #979BFC;
}
</style>
background-color css
<style>
a { background-color: #979BFC; }
a { background-color: rgb(151,155,252); }
div.DivClassName
{
background-color: #979BFC;
}
.BgClassName
{
background-color: #979BFC;
}
</style>
border-color css
<style>
span { border-color: #979BFC; }
span { border-color: rgb(151,155,252); }
td.TdClassName
{
border-color: #979BFC;
}
.TagClassName
{
border-color: #979BFC;
}
</style>