Shades of Portage #808CCF
Tints of Portage #808CCF
RGB
CMYK
RGB Variations
Color information
#808CCF (or 0x808CCF) is known color: Portage. HEX triplet: 80, 8C and CF. RGB value is (128,140,207). Sum of RGB (Red+Green+Blue) = 128+140+207=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #808CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CCF is #7F7330. Grayscale: #8F8F8F. Windows color (decimal): -8352561 or 13601920. OLE color: 13601920.
HSL color Cylindrical-coordinate representation of color #808CCF: hue angle of 230.89º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808CCF is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 140 | 207 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.19 |
| HSL | 230.89º | 0.45% | 0.66% | - |
| HSV(B) | 230.89º | 0.38% | 0.81% | - |
| XYZ | 29.54 | 27.85 | 62.85 | - |
| YUV | 144.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 207 | 0.38 | 0.32 | 0 | 0.19 | 230.89 | 0.45 | 0.66 |
| Hex | 80 | 8C | CF | 26 | 20 | 0 | 13 | E7 | 2D | 42 |
| Octal | 200 | 214 | 317 | 46 | 40 | 0 | 23 | 347 | 55 | 102 |
| Binary | 10000000 | 10001100 | 11001111 | 100110 | 100000 | 0 | 10011 | 11100111 | 101101 | 1000010 |
Color Harmonies of #808CCF
Complementary color
Monochromatic Colors of #808CCF
Black with #808CCF
Text Example
Text Example
White with #808CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CCF; }
p { color: rgb(128,140,207); }
H1.HeaderClassName
{
color: #808CCF;
}
.AnyTagClassName
{
color: #808CCF;
}
</style>
background-color css
<style>
a { background-color: #808CCF; }
a { background-color: rgb(128,140,207); }
div.DivClassName
{
background-color: #808CCF;
}
.BgClassName
{
background-color: #808CCF;
}
</style>
border-color css
<style>
span { border-color: #808CCF; }
span { border-color: rgb(128,140,207); }
td.TdClassName
{
border-color: #808CCF;
}
.TagClassName
{
border-color: #808CCF;
}
</style>