Shades of Portage #7F9CEC
Tints of Portage #7F9CEC
RGB
CMYK
RGB Variations
Color information
#7F9CEC (or 0x7F9CEC) is known color: Portage. HEX triplet: 7F, 9C and EC. RGB value is (127,156,236). Sum of RGB (Red+Green+Blue) = 127+156+236=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CEC is #806313. Grayscale: #9C9C9C. Windows color (decimal): -8413972 or 15506559. OLE color: 15506559.
HSL color Cylindrical-coordinate representation of color #7F9CEC: hue angle of 224.04º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9CEC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 156 | 236 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.07 |
| HSL | 224.04º | 0.74% | 0.71% | - |
| HSV(B) | 224.04º | 0.46% | 0.93% | - |
| XYZ | 35.78 | 34.35 | 84.1 | - |
| YUV | 156.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 236 | 0.46 | 0.34 | 0 | 0.07 | 224.04 | 0.74 | 0.71 |
| Hex | 7F | 9C | EC | 2E | 22 | 0 | 7 | E0 | 4A | 47 |
| Octal | 177 | 234 | 354 | 56 | 42 | 0 | 7 | 340 | 112 | 107 |
| Binary | 1111111 | 10011100 | 11101100 | 101110 | 100010 | 0 | 111 | 11100000 | 1001010 | 1000111 |
Color Harmonies of #7F9CEC
Complementary color
Monochromatic Colors of #7F9CEC
Black with #7F9CEC
Text Example
Text Example
White with #7F9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CEC; }
p { color: rgb(127,156,236); }
H1.HeaderClassName
{
color: #7F9CEC;
}
.AnyTagClassName
{
color: #7F9CEC;
}
</style>
background-color css
<style>
a { background-color: #7F9CEC; }
a { background-color: rgb(127,156,236); }
div.DivClassName
{
background-color: #7F9CEC;
}
.BgClassName
{
background-color: #7F9CEC;
}
</style>
border-color css
<style>
span { border-color: #7F9CEC; }
span { border-color: rgb(127,156,236); }
td.TdClassName
{
border-color: #7F9CEC;
}
.TagClassName
{
border-color: #7F9CEC;
}
</style>