Shades of Portage #8583DF
Tints of Portage #8583DF
RGB
CMYK
RGB Variations
Color information
#8583DF (or 0x8583DF) is known color: Portage. HEX triplet: 85, 83 and DF. RGB value is (133,131,223). Sum of RGB (Red+Green+Blue) = 133+131+223=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #8583DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8583DF is #7A7C20. Grayscale: #8D8D8D. Windows color (decimal): -8027169 or 14648197. OLE color: 14648197.
HSL color Cylindrical-coordinate representation of color #8583DF: hue angle of 241.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8583DF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 131 | 223 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.13 |
| HSL | 241.3º | 0.59% | 0.69% | - |
| HSV(B) | 241.3º | 0.41% | 0.87% | - |
| XYZ | 31.11 | 26.55 | 73.3 | - |
| YUV | 142.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 223 | 0.40 | 0.41 | 0 | 0.13 | 241.3 | 0.59 | 0.69 |
| Hex | 85 | 83 | DF | 28 | 29 | 0 | D | F1 | 3B | 45 |
| Octal | 205 | 203 | 337 | 50 | 51 | 0 | 15 | 361 | 73 | 105 |
| Binary | 10000101 | 10000011 | 11011111 | 101000 | 101001 | 0 | 1101 | 11110001 | 111011 | 1000101 |
Color Harmonies of #8583DF
Complementary color
Monochromatic Colors of #8583DF
Black with #8583DF
Text Example
Text Example
White with #8583DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8583DF; }
p { color: rgb(133,131,223); }
H1.HeaderClassName
{
color: #8583DF;
}
.AnyTagClassName
{
color: #8583DF;
}
</style>
background-color css
<style>
a { background-color: #8583DF; }
a { background-color: rgb(133,131,223); }
div.DivClassName
{
background-color: #8583DF;
}
.BgClassName
{
background-color: #8583DF;
}
</style>
border-color css
<style>
span { border-color: #8583DF; }
span { border-color: rgb(133,131,223); }
td.TdClassName
{
border-color: #8583DF;
}
.TagClassName
{
border-color: #8583DF;
}
</style>