Shades of Portage #808BDF
Tints of Portage #808BDF
RGB
CMYK
RGB Variations
Color information
#808BDF (or 0x808BDF) is known color: Portage. HEX triplet: 80, 8B and DF. RGB value is (128,139,223). Sum of RGB (Red+Green+Blue) = 128+139+223=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #808BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BDF is #7F7420. Grayscale: #909090. Windows color (decimal): -8352801 or 14650240. OLE color: 14650240.
HSL color Cylindrical-coordinate representation of color #808BDF: hue angle of 233.05º 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 #808BDF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 139 | 223 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.13 |
| HSL | 233.05º | 0.6% | 0.69% | - |
| HSV(B) | 233.05º | 0.43% | 0.87% | - |
| XYZ | 31.45 | 28.38 | 73.63 | - |
| YUV | 145.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 223 | 0.43 | 0.38 | 0 | 0.13 | 233.05 | 0.6 | 0.69 |
| Hex | 80 | 8B | DF | 2B | 26 | 0 | D | E9 | 3C | 45 |
| Octal | 200 | 213 | 337 | 53 | 46 | 0 | 15 | 351 | 74 | 105 |
| Binary | 10000000 | 10001011 | 11011111 | 101011 | 100110 | 0 | 1101 | 11101001 | 111100 | 1000101 |
Color Harmonies of #808BDF
Complementary color
Monochromatic Colors of #808BDF
Black with #808BDF
Text Example
Text Example
White with #808BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BDF; }
p { color: rgb(128,139,223); }
H1.HeaderClassName
{
color: #808BDF;
}
.AnyTagClassName
{
color: #808BDF;
}
</style>
background-color css
<style>
a { background-color: #808BDF; }
a { background-color: rgb(128,139,223); }
div.DivClassName
{
background-color: #808BDF;
}
.BgClassName
{
background-color: #808BDF;
}
</style>
border-color css
<style>
span { border-color: #808BDF; }
span { border-color: rgb(128,139,223); }
td.TdClassName
{
border-color: #808BDF;
}
.TagClassName
{
border-color: #808BDF;
}
</style>