Shades of Portage #8283DF
Tints of Portage #8283DF
RGB
CMYK
RGB Variations
Color information
#8283DF (or 0x8283DF) is known color: Portage. HEX triplet: 82, 83 and DF. RGB value is (130,131,223). Sum of RGB (Red+Green+Blue) = 130+131+223=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #8283DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8283DF is #7D7C20. Grayscale: #8C8C8C. Windows color (decimal): -8223777 or 14648194. OLE color: 14648194.
HSL color Cylindrical-coordinate representation of color #8283DF: hue angle of 239.35º degrees, saturation: 0.59, 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 #8283DF is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 131 | 223 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.13 |
| HSL | 239.35º | 0.59% | 0.69% | - |
| HSV(B) | 239.35º | 0.42% | 0.87% | - |
| XYZ | 30.64 | 26.31 | 73.27 | - |
| YUV | 141.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 223 | 0.42 | 0.41 | 0 | 0.13 | 239.35 | 0.59 | 0.69 |
| Hex | 82 | 83 | DF | 2A | 29 | 0 | D | EF | 3B | 45 |
| Octal | 202 | 203 | 337 | 52 | 51 | 0 | 15 | 357 | 73 | 105 |
| Binary | 10000010 | 10000011 | 11011111 | 101010 | 101001 | 0 | 1101 | 11101111 | 111011 | 1000101 |
Color Harmonies of #8283DF
Complementary color
Monochromatic Colors of #8283DF
Black with #8283DF
Text Example
Text Example
White with #8283DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8283DF; }
p { color: rgb(130,131,223); }
H1.HeaderClassName
{
color: #8283DF;
}
.AnyTagClassName
{
color: #8283DF;
}
</style>
background-color css
<style>
a { background-color: #8283DF; }
a { background-color: rgb(130,131,223); }
div.DivClassName
{
background-color: #8283DF;
}
.BgClassName
{
background-color: #8283DF;
}
</style>
border-color css
<style>
span { border-color: #8283DF; }
span { border-color: rgb(130,131,223); }
td.TdClassName
{
border-color: #8283DF;
}
.TagClassName
{
border-color: #8283DF;
}
</style>