Shades of Portage #8095DE
Tints of Portage #8095DE
RGB
CMYK
RGB Variations
Color information
#8095DE (or 0x8095DE) is known color: Portage. HEX triplet: 80, 95 and DE. RGB value is (128,149,222). Sum of RGB (Red+Green+Blue) = 128+149+222=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #8095DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095DE is #7F6A21. Grayscale: #969696. Windows color (decimal): -8350242 or 14587264. OLE color: 14587264.
HSL color Cylindrical-coordinate representation of color #8095DE: hue angle of 226.6º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8095DE is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 149 | 222 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.13 |
| HSL | 226.6º | 0.59% | 0.69% | - |
| HSV(B) | 226.6º | 0.42% | 0.87% | - |
| XYZ | 32.83 | 31.36 | 73.43 | - |
| YUV | 151.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 222 | 0.42 | 0.33 | 0 | 0.13 | 226.6 | 0.59 | 0.69 |
| Hex | 80 | 95 | DE | 2A | 21 | 0 | D | E3 | 3B | 45 |
| Octal | 200 | 225 | 336 | 52 | 41 | 0 | 15 | 343 | 73 | 105 |
| Binary | 10000000 | 10010101 | 11011110 | 101010 | 100001 | 0 | 1101 | 11100011 | 111011 | 1000101 |
Color Harmonies of #8095DE
Complementary color
Monochromatic Colors of #8095DE
Black with #8095DE
Text Example
Text Example
White with #8095DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095DE; }
p { color: rgb(128,149,222); }
H1.HeaderClassName
{
color: #8095DE;
}
.AnyTagClassName
{
color: #8095DE;
}
</style>
background-color css
<style>
a { background-color: #8095DE; }
a { background-color: rgb(128,149,222); }
div.DivClassName
{
background-color: #8095DE;
}
.BgClassName
{
background-color: #8095DE;
}
</style>
border-color css
<style>
span { border-color: #8095DE; }
span { border-color: rgb(128,149,222); }
td.TdClassName
{
border-color: #8095DE;
}
.TagClassName
{
border-color: #8095DE;
}
</style>