Shades of Portage #979FDC
Tints of Portage #979FDC
RGB
CMYK
RGB Variations
Color information
#979FDC (or 0x979FDC) is known color: Portage. HEX triplet: 97, 9F and DC. RGB value is (151,159,220). Sum of RGB (Red+Green+Blue) = 151+159+220=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #979FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FDC is #686023. Grayscale: #A3A3A3. Windows color (decimal): -6840356 or 14458775. OLE color: 14458775.
HSL color Cylindrical-coordinate representation of color #979FDC: hue angle of 233.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #979FDC is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 159 | 220 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.14 |
| HSL | 233.04º | 0.5% | 0.73% | - |
| HSV(B) | 233.04º | 0.31% | 0.86% | - |
| XYZ | 38.08 | 36.54 | 72.76 | - |
| YUV | 163.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 220 | 0.31 | 0.28 | 0 | 0.14 | 233.04 | 0.5 | 0.73 |
| Hex | 97 | 9F | DC | 1F | 1C | 0 | E | E9 | 32 | 49 |
| Octal | 227 | 237 | 334 | 37 | 34 | 0 | 16 | 351 | 62 | 111 |
| Binary | 10010111 | 10011111 | 11011100 | 11111 | 11100 | 0 | 1110 | 11101001 | 110010 | 1001001 |
Color Harmonies of #979FDC
Complementary color
Monochromatic Colors of #979FDC
Black with #979FDC
Text Example
Text Example
White with #979FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FDC; }
p { color: rgb(151,159,220); }
H1.HeaderClassName
{
color: #979FDC;
}
.AnyTagClassName
{
color: #979FDC;
}
</style>
background-color css
<style>
a { background-color: #979FDC; }
a { background-color: rgb(151,159,220); }
div.DivClassName
{
background-color: #979FDC;
}
.BgClassName
{
background-color: #979FDC;
}
</style>
border-color css
<style>
span { border-color: #979FDC; }
span { border-color: rgb(151,159,220); }
td.TdClassName
{
border-color: #979FDC;
}
.TagClassName
{
border-color: #979FDC;
}
</style>