Shades of Portage #8095F3
Tints of Portage #8095F3
RGB
CMYK
RGB Variations
Color information
#8095F3 (or 0x8095F3) is known color: Portage. HEX triplet: 80, 95 and F3. RGB value is (128,149,243). Sum of RGB (Red+Green+Blue) = 128+149+243=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #8095F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095F3 is #7F6A0C. Grayscale: #999999. Windows color (decimal): -8350221 or 15963520. OLE color: 15963520.
HSL color Cylindrical-coordinate representation of color #8095F3: hue angle of 229.04º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8095F3 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 149 | 243 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.05 |
| HSL | 229.04º | 0.83% | 0.73% | - |
| HSV(B) | 229.04º | 0.47% | 0.95% | - |
| XYZ | 35.83 | 32.56 | 89.19 | - |
| YUV | 153.44 | 178.54 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 243 | 0.47 | 0.39 | 0 | 0.05 | 229.04 | 0.83 | 0.73 |
| Hex | 80 | 95 | F3 | 2F | 27 | 0 | 5 | E5 | 53 | 49 |
| Octal | 200 | 225 | 363 | 57 | 47 | 0 | 5 | 345 | 123 | 111 |
| Binary | 10000000 | 10010101 | 11110011 | 101111 | 100111 | 0 | 101 | 11100101 | 1010011 | 1001001 |
Color Harmonies of #8095F3
Complementary color
Monochromatic Colors of #8095F3
Black with #8095F3
Text Example
Text Example
White with #8095F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095F3; }
p { color: rgb(128,149,243); }
H1.HeaderClassName
{
color: #8095F3;
}
.AnyTagClassName
{
color: #8095F3;
}
</style>
background-color css
<style>
a { background-color: #8095F3; }
a { background-color: rgb(128,149,243); }
div.DivClassName
{
background-color: #8095F3;
}
.BgClassName
{
background-color: #8095F3;
}
</style>
border-color css
<style>
span { border-color: #8095F3; }
span { border-color: rgb(128,149,243); }
td.TdClassName
{
border-color: #8095F3;
}
.TagClassName
{
border-color: #8095F3;
}
</style>