Shades of Portage #808FCF
Tints of Portage #808FCF
RGB
CMYK
RGB Variations
Color information
#808FCF (or 0x808FCF) is known color: Portage. HEX triplet: 80, 8F and CF. RGB value is (128,143,207). Sum of RGB (Red+Green+Blue) = 128+143+207=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #808FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FCF is #7F7030. Grayscale: #919191. Windows color (decimal): -8351793 or 13602688. OLE color: 13602688.
HSL color Cylindrical-coordinate representation of color #808FCF: hue angle of 228.61º 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 #808FCF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 143 | 207 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.19 |
| HSL | 228.61º | 0.45% | 0.66% | - |
| HSV(B) | 228.61º | 0.38% | 0.81% | - |
| XYZ | 29.99 | 28.74 | 63 | - |
| YUV | 145.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 207 | 0.38 | 0.31 | 0 | 0.19 | 228.61 | 0.45 | 0.66 |
| Hex | 80 | 8F | CF | 26 | 1F | 0 | 13 | E5 | 2D | 42 |
| Octal | 200 | 217 | 317 | 46 | 37 | 0 | 23 | 345 | 55 | 102 |
| Binary | 10000000 | 10001111 | 11001111 | 100110 | 11111 | 0 | 10011 | 11100101 | 101101 | 1000010 |
Color Harmonies of #808FCF
Complementary color
Monochromatic Colors of #808FCF
Black with #808FCF
Text Example
Text Example
White with #808FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FCF; }
p { color: rgb(128,143,207); }
H1.HeaderClassName
{
color: #808FCF;
}
.AnyTagClassName
{
color: #808FCF;
}
</style>
background-color css
<style>
a { background-color: #808FCF; }
a { background-color: rgb(128,143,207); }
div.DivClassName
{
background-color: #808FCF;
}
.BgClassName
{
background-color: #808FCF;
}
</style>
border-color css
<style>
span { border-color: #808FCF; }
span { border-color: rgb(128,143,207); }
td.TdClassName
{
border-color: #808FCF;
}
.TagClassName
{
border-color: #808FCF;
}
</style>