Shades of Portage #979AFC
Tints of Portage #979AFC
RGB
CMYK
RGB Variations
Color information
#979AFC (or 0x979AFC) is known color: Portage. HEX triplet: 97, 9A and FC. RGB value is (151,154,252). Sum of RGB (Red+Green+Blue) = 151+154+252=557 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.11% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #979AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AFC is #686503. Grayscale: #A3A3A3. Windows color (decimal): -6841604 or 16554647. OLE color: 16554647.
HSL color Cylindrical-coordinate representation of color #979AFC: hue angle of 238.22º 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 #979AFC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 154 | 252 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.01 |
| HSL | 238.22º | 0.94% | 0.79% | - |
| HSV(B) | 238.22º | 0.4% | 0.99% | - |
| XYZ | 41.89 | 36.72 | 96.98 | - |
| YUV | 164.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 252 | 0.40 | 0.39 | 0 | 0.01 | 238.22 | 0.94 | 0.79 |
| Hex | 97 | 9A | FC | 28 | 27 | 0 | 1 | EE | 5E | 4F |
| Octal | 227 | 232 | 374 | 50 | 47 | 0 | 1 | 356 | 136 | 117 |
| Binary | 10010111 | 10011010 | 11111100 | 101000 | 100111 | 0 | 1 | 11101110 | 1011110 | 1001111 |
Color Harmonies of #979AFC
Complementary color
Monochromatic Colors of #979AFC
Black with #979AFC
Text Example
Text Example
White with #979AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979AFC; }
p { color: rgb(151,154,252); }
H1.HeaderClassName
{
color: #979AFC;
}
.AnyTagClassName
{
color: #979AFC;
}
</style>
background-color css
<style>
a { background-color: #979AFC; }
a { background-color: rgb(151,154,252); }
div.DivClassName
{
background-color: #979AFC;
}
.BgClassName
{
background-color: #979AFC;
}
</style>
border-color css
<style>
span { border-color: #979AFC; }
span { border-color: rgb(151,154,252); }
td.TdClassName
{
border-color: #979AFC;
}
.TagClassName
{
border-color: #979AFC;
}
</style>