Shades of Portage #7F99DC
Tints of Portage #7F99DC
RGB
CMYK
RGB Variations
Color information
#7F99DC (or 0x7F99DC) is known color: Portage. HEX triplet: 7F, 99 and DC. RGB value is (127,153,220). Sum of RGB (Red+Green+Blue) = 127+153+220=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F99DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99DC is #806623. Grayscale: #989898. Windows color (decimal): -8414756 or 14457215. OLE color: 14457215.
HSL color Cylindrical-coordinate representation of color #7F99DC: hue angle of 223.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F99DC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 153 | 220 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.14 |
| HSL | 223.23º | 0.57% | 0.68% | - |
| HSV(B) | 223.23º | 0.42% | 0.86% | - |
| XYZ | 33.06 | 32.46 | 72.23 | - |
| YUV | 152.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 220 | 0.42 | 0.30 | 0 | 0.14 | 223.23 | 0.57 | 0.68 |
| Hex | 7F | 99 | DC | 2A | 1E | 0 | E | DF | 39 | 44 |
| Octal | 177 | 231 | 334 | 52 | 36 | 0 | 16 | 337 | 71 | 104 |
| Binary | 1111111 | 10011001 | 11011100 | 101010 | 11110 | 0 | 1110 | 11011111 | 111001 | 1000100 |
Color Harmonies of #7F99DC
Complementary color
Monochromatic Colors of #7F99DC
Black with #7F99DC
Text Example
Text Example
White with #7F99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99DC; }
p { color: rgb(127,153,220); }
H1.HeaderClassName
{
color: #7F99DC;
}
.AnyTagClassName
{
color: #7F99DC;
}
</style>
background-color css
<style>
a { background-color: #7F99DC; }
a { background-color: rgb(127,153,220); }
div.DivClassName
{
background-color: #7F99DC;
}
.BgClassName
{
background-color: #7F99DC;
}
</style>
border-color css
<style>
span { border-color: #7F99DC; }
span { border-color: rgb(127,153,220); }
td.TdClassName
{
border-color: #7F99DC;
}
.TagClassName
{
border-color: #7F99DC;
}
</style>