Shades of Portage #8392D8
Tints of Portage #8392D8
RGB
CMYK
RGB Variations
Color information
#8392D8 (or 0x8392D8) is known color: Portage. HEX triplet: 83, 92 and D8. RGB value is (131,146,216). Sum of RGB (Red+Green+Blue) = 131+146+216=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #8392D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392D8 is #7C6D27. Grayscale: #959595. Windows color (decimal): -8154408 or 14193283. OLE color: 14193283.
HSL color Cylindrical-coordinate representation of color #8392D8: hue angle of 229.41º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8392D8 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 146 | 216 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.15 |
| HSL | 229.41º | 0.52% | 0.68% | - |
| HSV(B) | 229.41º | 0.39% | 0.85% | - |
| XYZ | 32.03 | 30.34 | 69.13 | - |
| YUV | 149.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 216 | 0.39 | 0.32 | 0 | 0.15 | 229.41 | 0.52 | 0.68 |
| Hex | 83 | 92 | D8 | 27 | 20 | 0 | F | E5 | 34 | 44 |
| Octal | 203 | 222 | 330 | 47 | 40 | 0 | 17 | 345 | 64 | 104 |
| Binary | 10000011 | 10010010 | 11011000 | 100111 | 100000 | 0 | 1111 | 11100101 | 110100 | 1000100 |
Color Harmonies of #8392D8
Complementary color
Monochromatic Colors of #8392D8
Black with #8392D8
Text Example
Text Example
White with #8392D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8392D8; }
p { color: rgb(131,146,216); }
H1.HeaderClassName
{
color: #8392D8;
}
.AnyTagClassName
{
color: #8392D8;
}
</style>
background-color css
<style>
a { background-color: #8392D8; }
a { background-color: rgb(131,146,216); }
div.DivClassName
{
background-color: #8392D8;
}
.BgClassName
{
background-color: #8392D8;
}
</style>
border-color css
<style>
span { border-color: #8392D8; }
span { border-color: rgb(131,146,216); }
td.TdClassName
{
border-color: #8392D8;
}
.TagClassName
{
border-color: #8392D8;
}
</style>