Shades of Portage #7F9BDF
Tints of Portage #7F9BDF
RGB
CMYK
RGB Variations
Color information
#7F9BDF (or 0x7F9BDF) is known color: Portage. HEX triplet: 7F, 9B and DF. RGB value is (127,155,223). Sum of RGB (Red+Green+Blue) = 127+155+223=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F9BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BDF is #806420. Grayscale: #9A9A9A. Windows color (decimal): -8414241 or 14654335. OLE color: 14654335.
HSL color Cylindrical-coordinate representation of color #7F9BDF: hue angle of 222.5º 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 #7F9BDF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 155 | 223 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.13 |
| HSL | 222.5º | 0.6% | 0.69% | - |
| HSV(B) | 222.5º | 0.43% | 0.87% | - |
| XYZ | 33.79 | 33.28 | 74.46 | - |
| YUV | 154.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 223 | 0.43 | 0.30 | 0 | 0.13 | 222.5 | 0.6 | 0.69 |
| Hex | 7F | 9B | DF | 2B | 1E | 0 | D | DE | 3C | 45 |
| Octal | 177 | 233 | 337 | 53 | 36 | 0 | 15 | 336 | 74 | 105 |
| Binary | 1111111 | 10011011 | 11011111 | 101011 | 11110 | 0 | 1101 | 11011110 | 111100 | 1000101 |
Color Harmonies of #7F9BDF
Complementary color
Monochromatic Colors of #7F9BDF
Black with #7F9BDF
Text Example
Text Example
White with #7F9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9BDF; }
p { color: rgb(127,155,223); }
H1.HeaderClassName
{
color: #7F9BDF;
}
.AnyTagClassName
{
color: #7F9BDF;
}
</style>
background-color css
<style>
a { background-color: #7F9BDF; }
a { background-color: rgb(127,155,223); }
div.DivClassName
{
background-color: #7F9BDF;
}
.BgClassName
{
background-color: #7F9BDF;
}
</style>
border-color css
<style>
span { border-color: #7F9BDF; }
span { border-color: rgb(127,155,223); }
td.TdClassName
{
border-color: #7F9BDF;
}
.TagClassName
{
border-color: #7F9BDF;
}
</style>