Shades of Portage #8192DE
Tints of Portage #8192DE
RGB
CMYK
RGB Variations
Color information
#8192DE (or 0x8192DE) is known color: Portage. HEX triplet: 81, 92 and DE. RGB value is (129,146,222). Sum of RGB (Red+Green+Blue) = 129+146+222=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #8192DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8192DE is #7E6D21. Grayscale: #959595. Windows color (decimal): -8285474 or 14586497. OLE color: 14586497.
HSL color Cylindrical-coordinate representation of color #8192DE: hue angle of 229.03º degrees, saturation: 0.58, 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 #8192DE is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 146 | 222 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.13 |
| HSL | 229.03º | 0.58% | 0.69% | - |
| HSV(B) | 229.03º | 0.42% | 0.87% | - |
| XYZ | 32.52 | 30.5 | 73.28 | - |
| YUV | 149.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 222 | 0.42 | 0.34 | 0 | 0.13 | 229.03 | 0.58 | 0.69 |
| Hex | 81 | 92 | DE | 2A | 22 | 0 | D | E5 | 3A | 45 |
| Octal | 201 | 222 | 336 | 52 | 42 | 0 | 15 | 345 | 72 | 105 |
| Binary | 10000001 | 10010010 | 11011110 | 101010 | 100010 | 0 | 1101 | 11100101 | 111010 | 1000101 |
Color Harmonies of #8192DE
Complementary color
Monochromatic Colors of #8192DE
Black with #8192DE
Text Example
Text Example
White with #8192DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192DE; }
p { color: rgb(129,146,222); }
H1.HeaderClassName
{
color: #8192DE;
}
.AnyTagClassName
{
color: #8192DE;
}
</style>
background-color css
<style>
a { background-color: #8192DE; }
a { background-color: rgb(129,146,222); }
div.DivClassName
{
background-color: #8192DE;
}
.BgClassName
{
background-color: #8192DE;
}
</style>
border-color css
<style>
span { border-color: #8192DE; }
span { border-color: rgb(129,146,222); }
td.TdClassName
{
border-color: #8192DE;
}
.TagClassName
{
border-color: #8192DE;
}
</style>