Shades of Portage #8095CA
Tints of Portage #8095CA
RGB
CMYK
RGB Variations
Color information
#8095CA (or 0x8095CA) is known color: Portage. HEX triplet: 80, 95 and CA. RGB value is (128,149,202). Sum of RGB (Red+Green+Blue) = 128+149+202=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #8095CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095CA is #7F6A35. Grayscale: #949494. Windows color (decimal): -8350262 or 13276544. OLE color: 13276544.
HSL color Cylindrical-coordinate representation of color #8095CA: hue angle of 222.97º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8095CA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 149 | 202 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.21 |
| HSL | 222.97º | 0.41% | 0.65% | - |
| HSV(B) | 222.97º | 0.37% | 0.79% | - |
| XYZ | 30.31 | 30.35 | 60.14 | - |
| YUV | 148.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 202 | 0.37 | 0.26 | 0 | 0.21 | 222.97 | 0.41 | 0.65 |
| Hex | 80 | 95 | CA | 25 | 1A | 0 | 15 | DF | 29 | 41 |
| Octal | 200 | 225 | 312 | 45 | 32 | 0 | 25 | 337 | 51 | 101 |
| Binary | 10000000 | 10010101 | 11001010 | 100101 | 11010 | 0 | 10101 | 11011111 | 101001 | 1000001 |
Color Harmonies of #8095CA
Complementary color
Monochromatic Colors of #8095CA
Black with #8095CA
Text Example
Text Example
White with #8095CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095CA; }
p { color: rgb(128,149,202); }
H1.HeaderClassName
{
color: #8095CA;
}
.AnyTagClassName
{
color: #8095CA;
}
</style>
background-color css
<style>
a { background-color: #8095CA; }
a { background-color: rgb(128,149,202); }
div.DivClassName
{
background-color: #8095CA;
}
.BgClassName
{
background-color: #8095CA;
}
</style>
border-color css
<style>
span { border-color: #8095CA; }
span { border-color: rgb(128,149,202); }
td.TdClassName
{
border-color: #8095CA;
}
.TagClassName
{
border-color: #8095CA;
}
</style>