Shades of Portage #8685DB
Tints of Portage #8685DB
RGB
CMYK
RGB Variations
Color information
#8685DB (or 0x8685DB) is known color: Portage. HEX triplet: 86, 85 and DB. RGB value is (134,133,219). Sum of RGB (Red+Green+Blue) = 134+133+219=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8685DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8685DB is #797A24. Grayscale: #8E8E8E. Windows color (decimal): -7961125 or 14386566. OLE color: 14386566.
HSL color Cylindrical-coordinate representation of color #8685DB: hue angle of 240.7º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8685DB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 133 | 219 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.14 |
| HSL | 240.7º | 0.54% | 0.69% | - |
| HSV(B) | 240.7º | 0.39% | 0.86% | - |
| XYZ | 31.01 | 26.96 | 70.59 | - |
| YUV | 143.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 219 | 0.39 | 0.39 | 0 | 0.14 | 240.7 | 0.54 | 0.69 |
| Hex | 86 | 85 | DB | 27 | 27 | 0 | E | F1 | 36 | 45 |
| Octal | 206 | 205 | 333 | 47 | 47 | 0 | 16 | 361 | 66 | 105 |
| Binary | 10000110 | 10000101 | 11011011 | 100111 | 100111 | 0 | 1110 | 11110001 | 110110 | 1000101 |
Color Harmonies of #8685DB
Complementary color
Monochromatic Colors of #8685DB
Black with #8685DB
Text Example
Text Example
White with #8685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8685DB; }
p { color: rgb(134,133,219); }
H1.HeaderClassName
{
color: #8685DB;
}
.AnyTagClassName
{
color: #8685DB;
}
</style>
background-color css
<style>
a { background-color: #8685DB; }
a { background-color: rgb(134,133,219); }
div.DivClassName
{
background-color: #8685DB;
}
.BgClassName
{
background-color: #8685DB;
}
</style>
border-color css
<style>
span { border-color: #8685DB; }
span { border-color: rgb(134,133,219); }
td.TdClassName
{
border-color: #8685DB;
}
.TagClassName
{
border-color: #8685DB;
}
</style>