Shades of Portage #7F89DB
Tints of Portage #7F89DB
RGB
CMYK
RGB Variations
Color information
#7F89DB (or 0x7F89DB) is known color: Portage. HEX triplet: 7F, 89 and DB. RGB value is (127,137,219). Sum of RGB (Red+Green+Blue) = 127+137+219=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F89DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F89DB is #807624. Grayscale: #8F8F8F. Windows color (decimal): -8418853 or 14387583. OLE color: 14387583.
HSL color Cylindrical-coordinate representation of color #7F89DB: hue angle of 233.48º 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 #7F89DB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 137 | 219 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.14 |
| HSL | 233.48º | 0.56% | 0.68% | - |
| HSV(B) | 233.48º | 0.42% | 0.86% | - |
| XYZ | 30.48 | 27.52 | 70.72 | - |
| YUV | 143.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 219 | 0.42 | 0.37 | 0 | 0.14 | 233.48 | 0.56 | 0.68 |
| Hex | 7F | 89 | DB | 2A | 25 | 0 | E | E9 | 38 | 44 |
| Octal | 177 | 211 | 333 | 52 | 45 | 0 | 16 | 351 | 70 | 104 |
| Binary | 1111111 | 10001001 | 11011011 | 101010 | 100101 | 0 | 1110 | 11101001 | 111000 | 1000100 |
Color Harmonies of #7F89DB
Complementary color
Monochromatic Colors of #7F89DB
Black with #7F89DB
Text Example
Text Example
White with #7F89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F89DB; }
p { color: rgb(127,137,219); }
H1.HeaderClassName
{
color: #7F89DB;
}
.AnyTagClassName
{
color: #7F89DB;
}
</style>
background-color css
<style>
a { background-color: #7F89DB; }
a { background-color: rgb(127,137,219); }
div.DivClassName
{
background-color: #7F89DB;
}
.BgClassName
{
background-color: #7F89DB;
}
</style>
border-color css
<style>
span { border-color: #7F89DB; }
span { border-color: rgb(127,137,219); }
td.TdClassName
{
border-color: #7F89DB;
}
.TagClassName
{
border-color: #7F89DB;
}
</style>