Shades of Portage #979FE3
Tints of Portage #979FE3
RGB
CMYK
RGB Variations
Color information
#979FE3 (or 0x979FE3) is known color: Portage. HEX triplet: 97, 9F and E3. RGB value is (151,159,227). Sum of RGB (Red+Green+Blue) = 151+159+227=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #979FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FE3 is #68601C. Grayscale: #A4A4A4. Windows color (decimal): -6840349 or 14917527. OLE color: 14917527.
HSL color Cylindrical-coordinate representation of color #979FE3: hue angle of 233.68º degrees, saturation: 0.58, 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 #979FE3 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 159 | 227 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.11 |
| HSL | 233.68º | 0.58% | 0.74% | - |
| HSV(B) | 233.68º | 0.33% | 0.89% | - |
| XYZ | 39.03 | 36.92 | 77.74 | - |
| YUV | 164.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 227 | 0.33 | 0.30 | 0 | 0.11 | 233.68 | 0.58 | 0.74 |
| Hex | 97 | 9F | E3 | 21 | 1E | 0 | B | EA | 3A | 4A |
| Octal | 227 | 237 | 343 | 41 | 36 | 0 | 13 | 352 | 72 | 112 |
| Binary | 10010111 | 10011111 | 11100011 | 100001 | 11110 | 0 | 1011 | 11101010 | 111010 | 1001010 |
Color Harmonies of #979FE3
Complementary color
Monochromatic Colors of #979FE3
Black with #979FE3
Text Example
Text Example
White with #979FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FE3; }
p { color: rgb(151,159,227); }
H1.HeaderClassName
{
color: #979FE3;
}
.AnyTagClassName
{
color: #979FE3;
}
</style>
background-color css
<style>
a { background-color: #979FE3; }
a { background-color: rgb(151,159,227); }
div.DivClassName
{
background-color: #979FE3;
}
.BgClassName
{
background-color: #979FE3;
}
</style>
border-color css
<style>
span { border-color: #979FE3; }
span { border-color: rgb(151,159,227); }
td.TdClassName
{
border-color: #979FE3;
}
.TagClassName
{
border-color: #979FE3;
}
</style>