Shades of Portage #979EFD
Tints of Portage #979EFD
RGB
CMYK
RGB Variations
Color information
#979EFD (or 0x979EFD) is known color: Portage. HEX triplet: 97, 9E and FD. RGB value is (151,158,253). Sum of RGB (Red+Green+Blue) = 151+158+253=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #979EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EFD is #686102. Grayscale: #A6A6A6. Windows color (decimal): -6840579 or 16621207. OLE color: 16621207.
HSL color Cylindrical-coordinate representation of color #979EFD: hue angle of 235.88º degrees, saturation: 0.96, 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 #979EFD is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 158 | 253 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.01 |
| HSL | 235.88º | 0.96% | 0.79% | - |
| HSV(B) | 235.88º | 0.4% | 0.99% | - |
| XYZ | 42.72 | 38.12 | 98.04 | - |
| YUV | 166.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 253 | 0.40 | 0.38 | 0 | 0.01 | 235.88 | 0.96 | 0.79 |
| Hex | 97 | 9E | FD | 28 | 26 | 0 | 1 | EC | 60 | 4F |
| Octal | 227 | 236 | 375 | 50 | 46 | 0 | 1 | 354 | 140 | 117 |
| Binary | 10010111 | 10011110 | 11111101 | 101000 | 100110 | 0 | 1 | 11101100 | 1100000 | 1001111 |
Color Harmonies of #979EFD
Complementary color
Monochromatic Colors of #979EFD
Black with #979EFD
Text Example
Text Example
White with #979EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EFD; }
p { color: rgb(151,158,253); }
H1.HeaderClassName
{
color: #979EFD;
}
.AnyTagClassName
{
color: #979EFD;
}
</style>
background-color css
<style>
a { background-color: #979EFD; }
a { background-color: rgb(151,158,253); }
div.DivClassName
{
background-color: #979EFD;
}
.BgClassName
{
background-color: #979EFD;
}
</style>
border-color css
<style>
span { border-color: #979EFD; }
span { border-color: rgb(151,158,253); }
td.TdClassName
{
border-color: #979EFD;
}
.TagClassName
{
border-color: #979EFD;
}
</style>