Shades of Portage #7F8CCF
Tints of Portage #7F8CCF
RGB
CMYK
RGB Variations
Color information
#7F8CCF (or 0x7F8CCF) is known color: Portage. HEX triplet: 7F, 8C and CF. RGB value is (127,140,207). Sum of RGB (Red+Green+Blue) = 127+140+207=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F8CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CCF is #807330. Grayscale: #8F8F8F. Windows color (decimal): -8418097 or 13601919. OLE color: 13601919.
HSL color Cylindrical-coordinate representation of color #7F8CCF: hue angle of 230.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F8CCF is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 140 | 207 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.19 |
| HSL | 230.25º | 0.45% | 0.65% | - |
| HSV(B) | 230.25º | 0.39% | 0.81% | - |
| XYZ | 29.39 | 27.77 | 62.84 | - |
| YUV | 143.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 207 | 0.39 | 0.32 | 0 | 0.19 | 230.25 | 0.45 | 0.65 |
| Hex | 7F | 8C | CF | 27 | 20 | 0 | 13 | E6 | 2D | 41 |
| Octal | 177 | 214 | 317 | 47 | 40 | 0 | 23 | 346 | 55 | 101 |
| Binary | 1111111 | 10001100 | 11001111 | 100111 | 100000 | 0 | 10011 | 11100110 | 101101 | 1000001 |
Color Harmonies of #7F8CCF
Complementary color
Monochromatic Colors of #7F8CCF
Black with #7F8CCF
Text Example
Text Example
White with #7F8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8CCF; }
p { color: rgb(127,140,207); }
H1.HeaderClassName
{
color: #7F8CCF;
}
.AnyTagClassName
{
color: #7F8CCF;
}
</style>
background-color css
<style>
a { background-color: #7F8CCF; }
a { background-color: rgb(127,140,207); }
div.DivClassName
{
background-color: #7F8CCF;
}
.BgClassName
{
background-color: #7F8CCF;
}
</style>
border-color css
<style>
span { border-color: #7F8CCF; }
span { border-color: rgb(127,140,207); }
td.TdClassName
{
border-color: #7F8CCF;
}
.TagClassName
{
border-color: #7F8CCF;
}
</style>