Shades of Portage #8090CF
Tints of Portage #8090CF
RGB
CMYK
RGB Variations
Color information
#8090CF (or 0x8090CF) is known color: Portage. HEX triplet: 80, 90 and CF. RGB value is (128,144,207). Sum of RGB (Red+Green+Blue) = 128+144+207=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #8090CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090CF is #7F6F30. Grayscale: #929292. Windows color (decimal): -8351537 or 13602944. OLE color: 13602944.
HSL color Cylindrical-coordinate representation of color #8090CF: hue angle of 227.85º 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 #8090CF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 144 | 207 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.19 |
| HSL | 227.85º | 0.45% | 0.66% | - |
| HSV(B) | 227.85º | 0.38% | 0.81% | - |
| XYZ | 30.14 | 29.04 | 63.05 | - |
| YUV | 146.4 | 162.2 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 207 | 0.38 | 0.30 | 0 | 0.19 | 227.85 | 0.45 | 0.66 |
| Hex | 80 | 90 | CF | 26 | 1E | 0 | 13 | E4 | 2D | 42 |
| Octal | 200 | 220 | 317 | 46 | 36 | 0 | 23 | 344 | 55 | 102 |
| Binary | 10000000 | 10010000 | 11001111 | 100110 | 11110 | 0 | 10011 | 11100100 | 101101 | 1000010 |
Color Harmonies of #8090CF
Complementary color
Monochromatic Colors of #8090CF
Black with #8090CF
Text Example
Text Example
White with #8090CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8090CF; }
p { color: rgb(128,144,207); }
H1.HeaderClassName
{
color: #8090CF;
}
.AnyTagClassName
{
color: #8090CF;
}
</style>
background-color css
<style>
a { background-color: #8090CF; }
a { background-color: rgb(128,144,207); }
div.DivClassName
{
background-color: #8090CF;
}
.BgClassName
{
background-color: #8090CF;
}
</style>
border-color css
<style>
span { border-color: #8090CF; }
span { border-color: rgb(128,144,207); }
td.TdClassName
{
border-color: #8090CF;
}
.TagClassName
{
border-color: #8090CF;
}
</style>