Shades of Portage #8392ED
Tints of Portage #8392ED
RGB
CMYK
RGB Variations
Color information
#8392ED (or 0x8392ED) is known color: Portage. HEX triplet: 83, 92 and ED. RGB value is (131,146,237). Sum of RGB (Red+Green+Blue) = 131+146+237=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #8392ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8392ED is #7C6D12. Grayscale: #979797. Windows color (decimal): -8154387 or 15569539. OLE color: 15569539.
HSL color Cylindrical-coordinate representation of color #8392ED: hue angle of 231.51º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8392ED is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 146 | 237 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.07 |
| HSL | 231.51º | 0.75% | 0.72% | - |
| HSV(B) | 231.51º | 0.45% | 0.93% | - |
| XYZ | 34.93 | 31.5 | 84.36 | - |
| YUV | 151.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 237 | 0.45 | 0.38 | 0 | 0.07 | 231.51 | 0.75 | 0.72 |
| Hex | 83 | 92 | ED | 2D | 26 | 0 | 7 | E8 | 4B | 48 |
| Octal | 203 | 222 | 355 | 55 | 46 | 0 | 7 | 350 | 113 | 110 |
| Binary | 10000011 | 10010010 | 11101101 | 101101 | 100110 | 0 | 111 | 11101000 | 1001011 | 1001000 |
Color Harmonies of #8392ED
Complementary color
Monochromatic Colors of #8392ED
Black with #8392ED
Text Example
Text Example
White with #8392ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8392ED; }
p { color: rgb(131,146,237); }
H1.HeaderClassName
{
color: #8392ED;
}
.AnyTagClassName
{
color: #8392ED;
}
</style>
background-color css
<style>
a { background-color: #8392ED; }
a { background-color: rgb(131,146,237); }
div.DivClassName
{
background-color: #8392ED;
}
.BgClassName
{
background-color: #8392ED;
}
</style>
border-color css
<style>
span { border-color: #8392ED; }
span { border-color: rgb(131,146,237); }
td.TdClassName
{
border-color: #8392ED;
}
.TagClassName
{
border-color: #8392ED;
}
</style>