Shades of Portage #979BFA
Tints of Portage #979BFA
RGB
CMYK
RGB Variations
Color information
#979BFA (or 0x979BFA) is known color: Portage. HEX triplet: 97, 9B and FA. RGB value is (151,155,250). Sum of RGB (Red+Green+Blue) = 151+155+250=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #979BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BFA is #686405. Grayscale: #A4A4A4. Windows color (decimal): -6841350 or 16423831. OLE color: 16423831.
HSL color Cylindrical-coordinate representation of color #979BFA: hue angle of 237.58º degrees, saturation: 0.91, 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 #979BFA is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 155 | 250 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.02 |
| HSL | 237.58º | 0.91% | 0.79% | - |
| HSV(B) | 237.58º | 0.4% | 0.98% | - |
| XYZ | 41.74 | 36.92 | 95.37 | - |
| YUV | 164.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 250 | 0.40 | 0.38 | 0 | 0.02 | 237.58 | 0.91 | 0.79 |
| Hex | 97 | 9B | FA | 28 | 26 | 0 | 2 | EE | 5B | 4F |
| Octal | 227 | 233 | 372 | 50 | 46 | 0 | 2 | 356 | 133 | 117 |
| Binary | 10010111 | 10011011 | 11111010 | 101000 | 100110 | 0 | 10 | 11101110 | 1011011 | 1001111 |
Color Harmonies of #979BFA
Complementary color
Monochromatic Colors of #979BFA
Black with #979BFA
Text Example
Text Example
White with #979BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BFA; }
p { color: rgb(151,155,250); }
H1.HeaderClassName
{
color: #979BFA;
}
.AnyTagClassName
{
color: #979BFA;
}
</style>
background-color css
<style>
a { background-color: #979BFA; }
a { background-color: rgb(151,155,250); }
div.DivClassName
{
background-color: #979BFA;
}
.BgClassName
{
background-color: #979BFA;
}
</style>
border-color css
<style>
span { border-color: #979BFA; }
span { border-color: rgb(151,155,250); }
td.TdClassName
{
border-color: #979BFA;
}
.TagClassName
{
border-color: #979BFA;
}
</style>