Shades of Portage #7F9CEB
Tints of Portage #7F9CEB
RGB
CMYK
RGB Variations
Color information
#7F9CEB (or 0x7F9CEB) is known color: Portage. HEX triplet: 7F, 9C and EB. RGB value is (127,156,235). Sum of RGB (Red+Green+Blue) = 127+156+235=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CEB is #806314. Grayscale: #9B9B9B. Windows color (decimal): -8413973 or 15441023. OLE color: 15441023.
HSL color Cylindrical-coordinate representation of color #7F9CEB: hue angle of 223.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9CEB is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 156 | 235 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.08 |
| HSL | 223.89º | 0.73% | 0.71% | - |
| HSV(B) | 223.89º | 0.46% | 0.92% | - |
| XYZ | 35.64 | 34.29 | 83.34 | - |
| YUV | 156.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 235 | 0.46 | 0.34 | 0 | 0.08 | 223.89 | 0.73 | 0.71 |
| Hex | 7F | 9C | EB | 2E | 22 | 0 | 8 | E0 | 49 | 47 |
| Octal | 177 | 234 | 353 | 56 | 42 | 0 | 10 | 340 | 111 | 107 |
| Binary | 1111111 | 10011100 | 11101011 | 101110 | 100010 | 0 | 1000 | 11100000 | 1001001 | 1000111 |
Color Harmonies of #7F9CEB
Complementary color
Monochromatic Colors of #7F9CEB
Black with #7F9CEB
Text Example
Text Example
White with #7F9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CEB; }
p { color: rgb(127,156,235); }
H1.HeaderClassName
{
color: #7F9CEB;
}
.AnyTagClassName
{
color: #7F9CEB;
}
</style>
background-color css
<style>
a { background-color: #7F9CEB; }
a { background-color: rgb(127,156,235); }
div.DivClassName
{
background-color: #7F9CEB;
}
.BgClassName
{
background-color: #7F9CEB;
}
</style>
border-color css
<style>
span { border-color: #7F9CEB; }
span { border-color: rgb(127,156,235); }
td.TdClassName
{
border-color: #7F9CEB;
}
.TagClassName
{
border-color: #7F9CEB;
}
</style>