Shades of Portage #8285DF
Tints of Portage #8285DF
RGB
CMYK
RGB Variations
Color information
#8285DF (or 0x8285DF) is known color: Portage. HEX triplet: 82, 85 and DF. RGB value is (130,133,223). Sum of RGB (Red+Green+Blue) = 130+133+223=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #8285DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285DF is #7D7A20. Grayscale: #8E8E8E. Windows color (decimal): -8223265 or 14648706. OLE color: 14648706.
HSL color Cylindrical-coordinate representation of color #8285DF: hue angle of 238.06º 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 #8285DF is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 133 | 223 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.13 |
| HSL | 238.06º | 0.59% | 0.69% | - |
| HSV(B) | 238.06º | 0.42% | 0.87% | - |
| XYZ | 30.91 | 26.85 | 73.37 | - |
| YUV | 142.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 223 | 0.42 | 0.40 | 0 | 0.13 | 238.06 | 0.59 | 0.69 |
| Hex | 82 | 85 | DF | 2A | 28 | 0 | D | EE | 3B | 45 |
| Octal | 202 | 205 | 337 | 52 | 50 | 0 | 15 | 356 | 73 | 105 |
| Binary | 10000010 | 10000101 | 11011111 | 101010 | 101000 | 0 | 1101 | 11101110 | 111011 | 1000101 |
Color Harmonies of #8285DF
Complementary color
Monochromatic Colors of #8285DF
Black with #8285DF
Text Example
Text Example
White with #8285DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285DF; }
p { color: rgb(130,133,223); }
H1.HeaderClassName
{
color: #8285DF;
}
.AnyTagClassName
{
color: #8285DF;
}
</style>
background-color css
<style>
a { background-color: #8285DF; }
a { background-color: rgb(130,133,223); }
div.DivClassName
{
background-color: #8285DF;
}
.BgClassName
{
background-color: #8285DF;
}
</style>
border-color css
<style>
span { border-color: #8285DF; }
span { border-color: rgb(130,133,223); }
td.TdClassName
{
border-color: #8285DF;
}
.TagClassName
{
border-color: #8285DF;
}
</style>