Shades of Portage #7F9CDF
Tints of Portage #7F9CDF
RGB
CMYK
RGB Variations
Color information
#7F9CDF (or 0x7F9CDF) is known color: Portage. HEX triplet: 7F, 9C and DF. RGB value is (127,156,223). Sum of RGB (Red+Green+Blue) = 127+156+223=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F9CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDF is #806320. Grayscale: #9A9A9A. Windows color (decimal): -8413985 or 14654591. OLE color: 14654591.
HSL color Cylindrical-coordinate representation of color #7F9CDF: hue angle of 221.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9CDF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 156 | 223 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.13 |
| HSL | 221.88º | 0.6% | 0.69% | - |
| HSV(B) | 221.88º | 0.43% | 0.87% | - |
| XYZ | 33.96 | 33.62 | 74.51 | - |
| YUV | 154.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 223 | 0.43 | 0.30 | 0 | 0.13 | 221.88 | 0.6 | 0.69 |
| Hex | 7F | 9C | DF | 2B | 1E | 0 | D | DE | 3C | 45 |
| Octal | 177 | 234 | 337 | 53 | 36 | 0 | 15 | 336 | 74 | 105 |
| Binary | 1111111 | 10011100 | 11011111 | 101011 | 11110 | 0 | 1101 | 11011110 | 111100 | 1000101 |
Color Harmonies of #7F9CDF
Complementary color
Monochromatic Colors of #7F9CDF
Black with #7F9CDF
Text Example
Text Example
White with #7F9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CDF; }
p { color: rgb(127,156,223); }
H1.HeaderClassName
{
color: #7F9CDF;
}
.AnyTagClassName
{
color: #7F9CDF;
}
</style>
background-color css
<style>
a { background-color: #7F9CDF; }
a { background-color: rgb(127,156,223); }
div.DivClassName
{
background-color: #7F9CDF;
}
.BgClassName
{
background-color: #7F9CDF;
}
</style>
border-color css
<style>
span { border-color: #7F9CDF; }
span { border-color: rgb(127,156,223); }
td.TdClassName
{
border-color: #7F9CDF;
}
.TagClassName
{
border-color: #7F9CDF;
}
</style>