Shades of Portage #8095F0
Tints of Portage #8095F0
RGB
CMYK
RGB Variations
Color information
#8095F0 (or 0x8095F0) is known color: Portage. HEX triplet: 80, 95 and F0. RGB value is (128,149,240). Sum of RGB (Red+Green+Blue) = 128+149+240=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #8095F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095F0 is #7F6A0F. Grayscale: #989898. Windows color (decimal): -8350224 or 15766912. OLE color: 15766912.
HSL color Cylindrical-coordinate representation of color #8095F0: hue angle of 228.75º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8095F0 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 149 | 240 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.06 |
| HSL | 228.75º | 0.79% | 0.72% | - |
| HSV(B) | 228.75º | 0.47% | 0.94% | - |
| XYZ | 35.38 | 32.38 | 86.82 | - |
| YUV | 153.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 240 | 0.47 | 0.38 | 0 | 0.06 | 228.75 | 0.79 | 0.72 |
| Hex | 80 | 95 | F0 | 2F | 26 | 0 | 6 | E5 | 4F | 48 |
| Octal | 200 | 225 | 360 | 57 | 46 | 0 | 6 | 345 | 117 | 110 |
| Binary | 10000000 | 10010101 | 11110000 | 101111 | 100110 | 0 | 110 | 11100101 | 1001111 | 1001000 |
Color Harmonies of #8095F0
Complementary color
Monochromatic Colors of #8095F0
Black with #8095F0
Text Example
Text Example
White with #8095F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095F0; }
p { color: rgb(128,149,240); }
H1.HeaderClassName
{
color: #8095F0;
}
.AnyTagClassName
{
color: #8095F0;
}
</style>
background-color css
<style>
a { background-color: #8095F0; }
a { background-color: rgb(128,149,240); }
div.DivClassName
{
background-color: #8095F0;
}
.BgClassName
{
background-color: #8095F0;
}
</style>
border-color css
<style>
span { border-color: #8095F0; }
span { border-color: rgb(128,149,240); }
td.TdClassName
{
border-color: #8095F0;
}
.TagClassName
{
border-color: #8095F0;
}
</style>