Shades of Portage #7F9BE0
Tints of Portage #7F9BE0
RGB
CMYK
RGB Variations
Color information
#7F9BE0 (or 0x7F9BE0) is known color: Portage. HEX triplet: 7F, 9B and E0. RGB value is (127,155,224). Sum of RGB (Red+Green+Blue) = 127+155+224=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F9BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BE0 is #80641F. Grayscale: #9A9A9A. Windows color (decimal): -8414240 or 14719871. OLE color: 14719871.
HSL color Cylindrical-coordinate representation of color #7F9BE0: hue angle of 222.68º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9BE0 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 155 | 224 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.12 |
| HSL | 222.68º | 0.61% | 0.69% | - |
| HSV(B) | 222.68º | 0.43% | 0.88% | - |
| XYZ | 33.93 | 33.34 | 75.17 | - |
| YUV | 154.49 | 167.22 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 224 | 0.43 | 0.31 | 0 | 0.12 | 222.68 | 0.61 | 0.69 |
| Hex | 7F | 9B | E0 | 2B | 1F | 0 | C | DF | 3D | 45 |
| Octal | 177 | 233 | 340 | 53 | 37 | 0 | 14 | 337 | 75 | 105 |
| Binary | 1111111 | 10011011 | 11100000 | 101011 | 11111 | 0 | 1100 | 11011111 | 111101 | 1000101 |
Color Harmonies of #7F9BE0
Complementary color
Monochromatic Colors of #7F9BE0
Black with #7F9BE0
Text Example
Text Example
White with #7F9BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9BE0; }
p { color: rgb(127,155,224); }
H1.HeaderClassName
{
color: #7F9BE0;
}
.AnyTagClassName
{
color: #7F9BE0;
}
</style>
background-color css
<style>
a { background-color: #7F9BE0; }
a { background-color: rgb(127,155,224); }
div.DivClassName
{
background-color: #7F9BE0;
}
.BgClassName
{
background-color: #7F9BE0;
}
</style>
border-color css
<style>
span { border-color: #7F9BE0; }
span { border-color: rgb(127,155,224); }
td.TdClassName
{
border-color: #7F9BE0;
}
.TagClassName
{
border-color: #7F9BE0;
}
</style>