Shades of Portage #7F9DDA
Tints of Portage #7F9DDA
RGB
CMYK
RGB Variations
Color information
#7F9DDA (or 0x7F9DDA) is known color: Portage. HEX triplet: 7F, 9D and DA. RGB value is (127,157,218). Sum of RGB (Red+Green+Blue) = 127+157+218=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F9DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DDA is #806225. Grayscale: #9A9A9A. Windows color (decimal): -8413734 or 14327167. OLE color: 14327167.
HSL color Cylindrical-coordinate representation of color #7F9DDA: hue angle of 220.22º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F9DDA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 157 | 218 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.15 |
| HSL | 220.22º | 0.55% | 0.68% | - |
| HSV(B) | 220.22º | 0.42% | 0.85% | - |
| XYZ | 33.46 | 33.69 | 71.07 | - |
| YUV | 154.98 | 163.56 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 218 | 0.42 | 0.28 | 0 | 0.15 | 220.22 | 0.55 | 0.68 |
| Hex | 7F | 9D | DA | 2A | 1C | 0 | F | DC | 37 | 44 |
| Octal | 177 | 235 | 332 | 52 | 34 | 0 | 17 | 334 | 67 | 104 |
| Binary | 1111111 | 10011101 | 11011010 | 101010 | 11100 | 0 | 1111 | 11011100 | 110111 | 1000100 |
Color Harmonies of #7F9DDA
Complementary color
Monochromatic Colors of #7F9DDA
Black with #7F9DDA
Text Example
Text Example
White with #7F9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9DDA; }
p { color: rgb(127,157,218); }
H1.HeaderClassName
{
color: #7F9DDA;
}
.AnyTagClassName
{
color: #7F9DDA;
}
</style>
background-color css
<style>
a { background-color: #7F9DDA; }
a { background-color: rgb(127,157,218); }
div.DivClassName
{
background-color: #7F9DDA;
}
.BgClassName
{
background-color: #7F9DDA;
}
</style>
border-color css
<style>
span { border-color: #7F9DDA; }
span { border-color: rgb(127,157,218); }
td.TdClassName
{
border-color: #7F9DDA;
}
.TagClassName
{
border-color: #7F9DDA;
}
</style>