Shades of Portage #8192D7
Tints of Portage #8192D7
RGB
CMYK
RGB Variations
Color information
#8192D7 (or 0x8192D7) is known color: Portage. HEX triplet: 81, 92 and D7. RGB value is (129,146,215). Sum of RGB (Red+Green+Blue) = 129+146+215=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #8192D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8192D7 is #7E6D28. Grayscale: #949494. Windows color (decimal): -8285481 or 14127745. OLE color: 14127745.
HSL color Cylindrical-coordinate representation of color #8192D7: hue angle of 228.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8192D7 is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 146 | 215 | - |
| CMYK | 0.4 | 0.32 | 0 | 0.16 |
| HSL | 228.14º | 0.52% | 0.67% | - |
| HSV(B) | 228.14º | 0.4% | 0.84% | - |
| XYZ | 31.6 | 30.13 | 68.44 | - |
| YUV | 148.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 215 | 0.4 | 0.32 | 0 | 0.16 | 228.14 | 0.52 | 0.67 |
| Hex | 81 | 92 | D7 | 28 | 20 | 0 | 10 | E4 | 34 | 43 |
| Octal | 201 | 222 | 327 | 50 | 40 | 0 | 20 | 344 | 64 | 103 |
| Binary | 10000001 | 10010010 | 11010111 | 101000 | 100000 | 0 | 10000 | 11100100 | 110100 | 1000011 |
Color Harmonies of #8192D7
Complementary color
Monochromatic Colors of #8192D7
Black with #8192D7
Text Example
Text Example
White with #8192D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192D7; }
p { color: rgb(129,146,215); }
H1.HeaderClassName
{
color: #8192D7;
}
.AnyTagClassName
{
color: #8192D7;
}
</style>
background-color css
<style>
a { background-color: #8192D7; }
a { background-color: rgb(129,146,215); }
div.DivClassName
{
background-color: #8192D7;
}
.BgClassName
{
background-color: #8192D7;
}
</style>
border-color css
<style>
span { border-color: #8192D7; }
span { border-color: rgb(129,146,215); }
td.TdClassName
{
border-color: #8192D7;
}
.TagClassName
{
border-color: #8192D7;
}
</style>