Shades of Portage #979EE2
Tints of Portage #979EE2
RGB
CMYK
RGB Variations
Color information
#979EE2 (or 0x979EE2) is known color: Portage. HEX triplet: 97, 9E and E2. RGB value is (151,158,226). Sum of RGB (Red+Green+Blue) = 151+158+226=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #979EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EE2 is #68611D. Grayscale: #A3A3A3. Windows color (decimal): -6840606 or 14851735. OLE color: 14851735.
HSL color Cylindrical-coordinate representation of color #979EE2: hue angle of 234.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #979EE2 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 158 | 226 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.11 |
| HSL | 234.4º | 0.56% | 0.74% | - |
| HSV(B) | 234.4º | 0.33% | 0.89% | - |
| XYZ | 38.72 | 36.52 | 76.96 | - |
| YUV | 163.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 226 | 0.33 | 0.30 | 0 | 0.11 | 234.4 | 0.56 | 0.74 |
| Hex | 97 | 9E | E2 | 21 | 1E | 0 | B | EA | 38 | 4A |
| Octal | 227 | 236 | 342 | 41 | 36 | 0 | 13 | 352 | 70 | 112 |
| Binary | 10010111 | 10011110 | 11100010 | 100001 | 11110 | 0 | 1011 | 11101010 | 111000 | 1001010 |
Color Harmonies of #979EE2
Complementary color
Monochromatic Colors of #979EE2
Black with #979EE2
Text Example
Text Example
White with #979EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EE2; }
p { color: rgb(151,158,226); }
H1.HeaderClassName
{
color: #979EE2;
}
.AnyTagClassName
{
color: #979EE2;
}
</style>
background-color css
<style>
a { background-color: #979EE2; }
a { background-color: rgb(151,158,226); }
div.DivClassName
{
background-color: #979EE2;
}
.BgClassName
{
background-color: #979EE2;
}
</style>
border-color css
<style>
span { border-color: #979EE2; }
span { border-color: rgb(151,158,226); }
td.TdClassName
{
border-color: #979EE2;
}
.TagClassName
{
border-color: #979EE2;
}
</style>