Shades of Portage #8293DE
Tints of Portage #8293DE
RGB
CMYK
RGB Variations
Color information
#8293DE (or 0x8293DE) is known color: Portage. HEX triplet: 82, 93 and DE. RGB value is (130,147,222). Sum of RGB (Red+Green+Blue) = 130+147+222=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 147 (57.81% from 255 or 29.46% 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 #8293DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8293DE is #7D6C21. Grayscale: #969696. Windows color (decimal): -8219682 or 14586754. OLE color: 14586754.
HSL color Cylindrical-coordinate representation of color #8293DE: hue angle of 228.91º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8293DE is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 147 | 222 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.13 |
| HSL | 228.91º | 0.58% | 0.69% | - |
| HSV(B) | 228.91º | 0.41% | 0.87% | - |
| XYZ | 32.82 | 30.89 | 73.34 | - |
| YUV | 150.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 222 | 0.41 | 0.34 | 0 | 0.13 | 228.91 | 0.58 | 0.69 |
| Hex | 82 | 93 | DE | 29 | 22 | 0 | D | E5 | 3A | 45 |
| Octal | 202 | 223 | 336 | 51 | 42 | 0 | 15 | 345 | 72 | 105 |
| Binary | 10000010 | 10010011 | 11011110 | 101001 | 100010 | 0 | 1101 | 11100101 | 111010 | 1000101 |
Color Harmonies of #8293DE
Complementary color
Monochromatic Colors of #8293DE
Black with #8293DE
Text Example
Text Example
White with #8293DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8293DE; }
p { color: rgb(130,147,222); }
H1.HeaderClassName
{
color: #8293DE;
}
.AnyTagClassName
{
color: #8293DE;
}
</style>
background-color css
<style>
a { background-color: #8293DE; }
a { background-color: rgb(130,147,222); }
div.DivClassName
{
background-color: #8293DE;
}
.BgClassName
{
background-color: #8293DE;
}
</style>
border-color css
<style>
span { border-color: #8293DE; }
span { border-color: rgb(130,147,222); }
td.TdClassName
{
border-color: #8293DE;
}
.TagClassName
{
border-color: #8293DE;
}
</style>