Shades of Portage #7F95DB
Tints of Portage #7F95DB
RGB
CMYK
RGB Variations
Color information
#7F95DB (or 0x7F95DB) is known color: Portage. HEX triplet: 7F, 95 and DB. RGB value is (127,149,219). Sum of RGB (Red+Green+Blue) = 127+149+219=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F95DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F95DB is #806A24. Grayscale: #969696. Windows color (decimal): -8415781 or 14390655. OLE color: 14390655.
HSL color Cylindrical-coordinate representation of color #7F95DB: hue angle of 225.65º 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 #7F95DB is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 149 | 219 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.14 |
| HSL | 225.65º | 0.56% | 0.68% | - |
| HSV(B) | 225.65º | 0.42% | 0.86% | - |
| XYZ | 32.29 | 31.12 | 71.32 | - |
| YUV | 150.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 219 | 0.42 | 0.32 | 0 | 0.14 | 225.65 | 0.56 | 0.68 |
| Hex | 7F | 95 | DB | 2A | 20 | 0 | E | E2 | 38 | 44 |
| Octal | 177 | 225 | 333 | 52 | 40 | 0 | 16 | 342 | 70 | 104 |
| Binary | 1111111 | 10010101 | 11011011 | 101010 | 100000 | 0 | 1110 | 11100010 | 111000 | 1000100 |
Color Harmonies of #7F95DB
Complementary color
Monochromatic Colors of #7F95DB
Black with #7F95DB
Text Example
Text Example
White with #7F95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F95DB; }
p { color: rgb(127,149,219); }
H1.HeaderClassName
{
color: #7F95DB;
}
.AnyTagClassName
{
color: #7F95DB;
}
</style>
background-color css
<style>
a { background-color: #7F95DB; }
a { background-color: rgb(127,149,219); }
div.DivClassName
{
background-color: #7F95DB;
}
.BgClassName
{
background-color: #7F95DB;
}
</style>
border-color css
<style>
span { border-color: #7F95DB; }
span { border-color: rgb(127,149,219); }
td.TdClassName
{
border-color: #7F95DB;
}
.TagClassName
{
border-color: #7F95DB;
}
</style>