Shades of Portage #7F8BDB
Tints of Portage #7F8BDB
RGB
CMYK
RGB Variations
Color information
#7F8BDB (or 0x7F8BDB) is known color: Portage. HEX triplet: 7F, 8B and DB. RGB value is (127,139,219). Sum of RGB (Red+Green+Blue) = 127+139+219=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8BDB is #807424. Grayscale: #909090. Windows color (decimal): -8418341 or 14388095. OLE color: 14388095.
HSL color Cylindrical-coordinate representation of color #7F8BDB: hue angle of 232.17º degrees, saturation: 0.56, 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 #7F8BDB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 139 | 219 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.14 |
| HSL | 232.17º | 0.56% | 0.68% | - |
| HSV(B) | 232.17º | 0.42% | 0.86% | - |
| XYZ | 30.77 | 28.09 | 70.82 | - |
| YUV | 144.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 219 | 0.42 | 0.37 | 0 | 0.14 | 232.17 | 0.56 | 0.68 |
| Hex | 7F | 8B | DB | 2A | 25 | 0 | E | E8 | 38 | 44 |
| Octal | 177 | 213 | 333 | 52 | 45 | 0 | 16 | 350 | 70 | 104 |
| Binary | 1111111 | 10001011 | 11011011 | 101010 | 100101 | 0 | 1110 | 11101000 | 111000 | 1000100 |
Color Harmonies of #7F8BDB
Complementary color
Monochromatic Colors of #7F8BDB
Black with #7F8BDB
Text Example
Text Example
White with #7F8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8BDB; }
p { color: rgb(127,139,219); }
H1.HeaderClassName
{
color: #7F8BDB;
}
.AnyTagClassName
{
color: #7F8BDB;
}
</style>
background-color css
<style>
a { background-color: #7F8BDB; }
a { background-color: rgb(127,139,219); }
div.DivClassName
{
background-color: #7F8BDB;
}
.BgClassName
{
background-color: #7F8BDB;
}
</style>
border-color css
<style>
span { border-color: #7F8BDB; }
span { border-color: rgb(127,139,219); }
td.TdClassName
{
border-color: #7F8BDB;
}
.TagClassName
{
border-color: #7F8BDB;
}
</style>