Shades of Portage #979AFB
Tints of Portage #979AFB
RGB
CMYK
RGB Variations
Color information
#979AFB (or 0x979AFB) is known color: Portage. HEX triplet: 97, 9A and FB. RGB value is (151,154,251). Sum of RGB (Red+Green+Blue) = 151+154+251=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #979AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AFB is #686504. Grayscale: #A3A3A3. Windows color (decimal): -6841605 or 16489111. OLE color: 16489111.
HSL color Cylindrical-coordinate representation of color #979AFB: hue angle of 238.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979AFB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 154 | 251 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.02 |
| HSL | 238.2º | 0.93% | 0.79% | - |
| HSV(B) | 238.2º | 0.4% | 0.98% | - |
| XYZ | 41.73 | 36.66 | 96.14 | - |
| YUV | 164.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 251 | 0.40 | 0.39 | 0 | 0.02 | 238.2 | 0.93 | 0.79 |
| Hex | 97 | 9A | FB | 28 | 27 | 0 | 2 | EE | 5D | 4F |
| Octal | 227 | 232 | 373 | 50 | 47 | 0 | 2 | 356 | 135 | 117 |
| Binary | 10010111 | 10011010 | 11111011 | 101000 | 100111 | 0 | 10 | 11101110 | 1011101 | 1001111 |
Color Harmonies of #979AFB
Complementary color
Monochromatic Colors of #979AFB
Black with #979AFB
Text Example
Text Example
White with #979AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979AFB; }
p { color: rgb(151,154,251); }
H1.HeaderClassName
{
color: #979AFB;
}
.AnyTagClassName
{
color: #979AFB;
}
</style>
background-color css
<style>
a { background-color: #979AFB; }
a { background-color: rgb(151,154,251); }
div.DivClassName
{
background-color: #979AFB;
}
.BgClassName
{
background-color: #979AFB;
}
</style>
border-color css
<style>
span { border-color: #979AFB; }
span { border-color: rgb(151,154,251); }
td.TdClassName
{
border-color: #979AFB;
}
.TagClassName
{
border-color: #979AFB;
}
</style>