Shades of Portage #8095E9
Tints of Portage #8095E9
RGB
CMYK
RGB Variations
Color information
#8095E9 (or 0x8095E9) is known color: Portage. HEX triplet: 80, 95 and E9. RGB value is (128,149,233). Sum of RGB (Red+Green+Blue) = 128+149+233=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #8095E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095E9 is #7F6A16. Grayscale: #979797. Windows color (decimal): -8350231 or 15308160. OLE color: 15308160.
HSL color Cylindrical-coordinate representation of color #8095E9: hue angle of 228º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8095E9 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 149 | 233 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.09 |
| HSL | 228º | 0.7% | 0.71% | - |
| HSV(B) | 228º | 0.45% | 0.91% | - |
| XYZ | 34.36 | 31.97 | 81.45 | - |
| YUV | 152.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 233 | 0.45 | 0.36 | 0 | 0.09 | 228 | 0.7 | 0.71 |
| Hex | 80 | 95 | E9 | 2D | 24 | 0 | 9 | E4 | 46 | 47 |
| Octal | 200 | 225 | 351 | 55 | 44 | 0 | 11 | 344 | 106 | 107 |
| Binary | 10000000 | 10010101 | 11101001 | 101101 | 100100 | 0 | 1001 | 11100100 | 1000110 | 1000111 |
Color Harmonies of #8095E9
Complementary color
Monochromatic Colors of #8095E9
Black with #8095E9
Text Example
Text Example
White with #8095E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095E9; }
p { color: rgb(128,149,233); }
H1.HeaderClassName
{
color: #8095E9;
}
.AnyTagClassName
{
color: #8095E9;
}
</style>
background-color css
<style>
a { background-color: #8095E9; }
a { background-color: rgb(128,149,233); }
div.DivClassName
{
background-color: #8095E9;
}
.BgClassName
{
background-color: #8095E9;
}
</style>
border-color css
<style>
span { border-color: #8095E9; }
span { border-color: rgb(128,149,233); }
td.TdClassName
{
border-color: #8095E9;
}
.TagClassName
{
border-color: #8095E9;
}
</style>