Shades of Portage #8095ED
Tints of Portage #8095ED
RGB
CMYK
RGB Variations
Color information
#8095ED (or 0x8095ED) is known color: Portage. HEX triplet: 80, 95 and ED. RGB value is (128,149,237). Sum of RGB (Red+Green+Blue) = 128+149+237=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #8095ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095ED is #7F6A12. Grayscale: #989898. Windows color (decimal): -8350227 or 15570304. OLE color: 15570304.
HSL color Cylindrical-coordinate representation of color #8095ED: hue angle of 228.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8095ED is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 149 | 237 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.07 |
| HSL | 228.44º | 0.75% | 0.72% | - |
| HSV(B) | 228.44º | 0.46% | 0.93% | - |
| XYZ | 34.94 | 32.2 | 84.49 | - |
| YUV | 152.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 237 | 0.46 | 0.37 | 0 | 0.07 | 228.44 | 0.75 | 0.72 |
| Hex | 80 | 95 | ED | 2E | 25 | 0 | 7 | E4 | 4B | 48 |
| Octal | 200 | 225 | 355 | 56 | 45 | 0 | 7 | 344 | 113 | 110 |
| Binary | 10000000 | 10010101 | 11101101 | 101110 | 100101 | 0 | 111 | 11100100 | 1001011 | 1001000 |
Color Harmonies of #8095ED
Complementary color
Monochromatic Colors of #8095ED
Black with #8095ED
Text Example
Text Example
White with #8095ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095ED; }
p { color: rgb(128,149,237); }
H1.HeaderClassName
{
color: #8095ED;
}
.AnyTagClassName
{
color: #8095ED;
}
</style>
background-color css
<style>
a { background-color: #8095ED; }
a { background-color: rgb(128,149,237); }
div.DivClassName
{
background-color: #8095ED;
}
.BgClassName
{
background-color: #8095ED;
}
</style>
border-color css
<style>
span { border-color: #8095ED; }
span { border-color: rgb(128,149,237); }
td.TdClassName
{
border-color: #8095ED;
}
.TagClassName
{
border-color: #8095ED;
}
</style>