Shades of Portage #7F9CE9
Tints of Portage #7F9CE9
RGB
CMYK
RGB Variations
Color information
#7F9CE9 (or 0x7F9CE9) is known color: Portage. HEX triplet: 7F, 9C and E9. RGB value is (127,156,233). Sum of RGB (Red+Green+Blue) = 127+156+233=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F9CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CE9 is #806316. Grayscale: #9B9B9B. Windows color (decimal): -8413975 or 15309951. OLE color: 15309951.
HSL color Cylindrical-coordinate representation of color #7F9CE9: hue angle of 223.58º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F9CE9 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 156 | 233 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.09 |
| HSL | 223.58º | 0.71% | 0.71% | - |
| HSV(B) | 223.58º | 0.45% | 0.91% | - |
| XYZ | 35.35 | 34.17 | 81.82 | - |
| YUV | 156.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 233 | 0.45 | 0.33 | 0 | 0.09 | 223.58 | 0.71 | 0.71 |
| Hex | 7F | 9C | E9 | 2D | 21 | 0 | 9 | E0 | 47 | 47 |
| Octal | 177 | 234 | 351 | 55 | 41 | 0 | 11 | 340 | 107 | 107 |
| Binary | 1111111 | 10011100 | 11101001 | 101101 | 100001 | 0 | 1001 | 11100000 | 1000111 | 1000111 |
Color Harmonies of #7F9CE9
Complementary color
Monochromatic Colors of #7F9CE9
Black with #7F9CE9
Text Example
Text Example
White with #7F9CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CE9; }
p { color: rgb(127,156,233); }
H1.HeaderClassName
{
color: #7F9CE9;
}
.AnyTagClassName
{
color: #7F9CE9;
}
</style>
background-color css
<style>
a { background-color: #7F9CE9; }
a { background-color: rgb(127,156,233); }
div.DivClassName
{
background-color: #7F9CE9;
}
.BgClassName
{
background-color: #7F9CE9;
}
</style>
border-color css
<style>
span { border-color: #7F9CE9; }
span { border-color: rgb(127,156,233); }
td.TdClassName
{
border-color: #7F9CE9;
}
.TagClassName
{
border-color: #7F9CE9;
}
</style>