Shades of Portage #8392DB
Tints of Portage #8392DB
RGB
CMYK
RGB Variations
Color information
#8392DB (or 0x8392DB) is known color: Portage. HEX triplet: 83, 92 and DB. RGB value is (131,146,219). Sum of RGB (Red+Green+Blue) = 131+146+219=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #8392DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392DB is #7C6D24. Grayscale: #959595. Windows color (decimal): -8154405 or 14389891. OLE color: 14389891.
HSL color Cylindrical-coordinate representation of color #8392DB: hue angle of 229.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8392DB is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 146 | 219 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.14 |
| HSL | 229.77º | 0.55% | 0.69% | - |
| HSV(B) | 229.77º | 0.4% | 0.86% | - |
| XYZ | 32.43 | 30.5 | 71.2 | - |
| YUV | 149.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 219 | 0.40 | 0.33 | 0 | 0.14 | 229.77 | 0.55 | 0.69 |
| Hex | 83 | 92 | DB | 28 | 21 | 0 | E | E6 | 37 | 45 |
| Octal | 203 | 222 | 333 | 50 | 41 | 0 | 16 | 346 | 67 | 105 |
| Binary | 10000011 | 10010010 | 11011011 | 101000 | 100001 | 0 | 1110 | 11100110 | 110111 | 1000101 |
Color Harmonies of #8392DB
Complementary color
Monochromatic Colors of #8392DB
Black with #8392DB
Text Example
Text Example
White with #8392DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8392DB; }
p { color: rgb(131,146,219); }
H1.HeaderClassName
{
color: #8392DB;
}
.AnyTagClassName
{
color: #8392DB;
}
</style>
background-color css
<style>
a { background-color: #8392DB; }
a { background-color: rgb(131,146,219); }
div.DivClassName
{
background-color: #8392DB;
}
.BgClassName
{
background-color: #8392DB;
}
</style>
border-color css
<style>
span { border-color: #8392DB; }
span { border-color: rgb(131,146,219); }
td.TdClassName
{
border-color: #8392DB;
}
.TagClassName
{
border-color: #8392DB;
}
</style>