Shades of Portage #979BDC
Tints of Portage #979BDC
RGB
CMYK
RGB Variations
Color information
#979BDC (or 0x979BDC) is known color: Portage. HEX triplet: 97, 9B and DC. RGB value is (151,155,220). Sum of RGB (Red+Green+Blue) = 151+155+220=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #979BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BDC is #686423. Grayscale: #A0A0A0. Windows color (decimal): -6841380 or 14457751. OLE color: 14457751.
HSL color Cylindrical-coordinate representation of color #979BDC: hue angle of 236.52º 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 #979BDC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 155 | 220 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.14 |
| HSL | 236.52º | 0.5% | 0.73% | - |
| HSV(B) | 236.52º | 0.31% | 0.86% | - |
| XYZ | 37.4 | 35.19 | 72.53 | - |
| YUV | 161.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 220 | 0.31 | 0.30 | 0 | 0.14 | 236.52 | 0.5 | 0.73 |
| Hex | 97 | 9B | DC | 1F | 1E | 0 | E | ED | 32 | 49 |
| Octal | 227 | 233 | 334 | 37 | 36 | 0 | 16 | 355 | 62 | 111 |
| Binary | 10010111 | 10011011 | 11011100 | 11111 | 11110 | 0 | 1110 | 11101101 | 110010 | 1001001 |
Color Harmonies of #979BDC
Complementary color
Monochromatic Colors of #979BDC
Black with #979BDC
Text Example
Text Example
White with #979BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BDC; }
p { color: rgb(151,155,220); }
H1.HeaderClassName
{
color: #979BDC;
}
.AnyTagClassName
{
color: #979BDC;
}
</style>
background-color css
<style>
a { background-color: #979BDC; }
a { background-color: rgb(151,155,220); }
div.DivClassName
{
background-color: #979BDC;
}
.BgClassName
{
background-color: #979BDC;
}
</style>
border-color css
<style>
span { border-color: #979BDC; }
span { border-color: rgb(151,155,220); }
td.TdClassName
{
border-color: #979BDC;
}
.TagClassName
{
border-color: #979BDC;
}
</style>