Shades of Portage #8692DB
Tints of Portage #8692DB
RGB
CMYK
RGB Variations
Color information
#8692DB (or 0x8692DB) is known color: Portage. HEX triplet: 86, 92 and DB. RGB value is (134,146,219). Sum of RGB (Red+Green+Blue) = 134+146+219=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8692DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8692DB is #796D24. Grayscale: #969696. Windows color (decimal): -7957797 or 14389894. OLE color: 14389894.
HSL color Cylindrical-coordinate representation of color #8692DB: hue angle of 231.53º 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 #8692DB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 146 | 219 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.14 |
| HSL | 231.53º | 0.54% | 0.69% | - |
| HSV(B) | 231.53º | 0.39% | 0.86% | - |
| XYZ | 32.9 | 30.74 | 71.22 | - |
| YUV | 150.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 219 | 0.39 | 0.33 | 0 | 0.14 | 231.53 | 0.54 | 0.69 |
| Hex | 86 | 92 | DB | 27 | 21 | 0 | E | E8 | 36 | 45 |
| Octal | 206 | 222 | 333 | 47 | 41 | 0 | 16 | 350 | 66 | 105 |
| Binary | 10000110 | 10010010 | 11011011 | 100111 | 100001 | 0 | 1110 | 11101000 | 110110 | 1000101 |
Color Harmonies of #8692DB
Complementary color
Monochromatic Colors of #8692DB
Black with #8692DB
Text Example
Text Example
White with #8692DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8692DB; }
p { color: rgb(134,146,219); }
H1.HeaderClassName
{
color: #8692DB;
}
.AnyTagClassName
{
color: #8692DB;
}
</style>
background-color css
<style>
a { background-color: #8692DB; }
a { background-color: rgb(134,146,219); }
div.DivClassName
{
background-color: #8692DB;
}
.BgClassName
{
background-color: #8692DB;
}
</style>
border-color css
<style>
span { border-color: #8692DB; }
span { border-color: rgb(134,146,219); }
td.TdClassName
{
border-color: #8692DB;
}
.TagClassName
{
border-color: #8692DB;
}
</style>