Shades of Portage #8083DF
Tints of Portage #8083DF
RGB
CMYK
RGB Variations
Color information
#8083DF (or 0x8083DF) is known color: Portage. HEX triplet: 80, 83 and DF. RGB value is (128,131,223). Sum of RGB (Red+Green+Blue) = 128+131+223=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #8083DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083DF is #7F7C20. Grayscale: #8C8C8C. Windows color (decimal): -8354849 or 14648192. OLE color: 14648192.
HSL color Cylindrical-coordinate representation of color #8083DF: hue angle of 238.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8083DF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 131 | 223 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.13 |
| HSL | 238.11º | 0.6% | 0.69% | - |
| HSV(B) | 238.11º | 0.43% | 0.87% | - |
| XYZ | 30.34 | 26.15 | 73.26 | - |
| YUV | 140.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 223 | 0.43 | 0.41 | 0 | 0.13 | 238.11 | 0.6 | 0.69 |
| Hex | 80 | 83 | DF | 2B | 29 | 0 | D | EE | 3C | 45 |
| Octal | 200 | 203 | 337 | 53 | 51 | 0 | 15 | 356 | 74 | 105 |
| Binary | 10000000 | 10000011 | 11011111 | 101011 | 101001 | 0 | 1101 | 11101110 | 111100 | 1000101 |
Color Harmonies of #8083DF
Complementary color
Monochromatic Colors of #8083DF
Black with #8083DF
Text Example
Text Example
White with #8083DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083DF; }
p { color: rgb(128,131,223); }
H1.HeaderClassName
{
color: #8083DF;
}
.AnyTagClassName
{
color: #8083DF;
}
</style>
background-color css
<style>
a { background-color: #8083DF; }
a { background-color: rgb(128,131,223); }
div.DivClassName
{
background-color: #8083DF;
}
.BgClassName
{
background-color: #8083DF;
}
</style>
border-color css
<style>
span { border-color: #8083DF; }
span { border-color: rgb(128,131,223); }
td.TdClassName
{
border-color: #8083DF;
}
.TagClassName
{
border-color: #8083DF;
}
</style>