Shades of Portage #8690D5
Tints of Portage #8690D5
RGB
CMYK
RGB Variations
Color information
#8690D5 (or 0x8690D5) is known color: Portage. HEX triplet: 86, 90 and D5. RGB value is (134,144,213). Sum of RGB (Red+Green+Blue) = 134+144+213=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #8690D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690D5 is #796F2A. Grayscale: #949494. Windows color (decimal): -7958315 or 13996166. OLE color: 13996166.
HSL color Cylindrical-coordinate representation of color #8690D5: hue angle of 232.41º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8690D5 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 144 | 213 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.16 |
| HSL | 232.41º | 0.48% | 0.68% | - |
| HSV(B) | 232.41º | 0.37% | 0.84% | - |
| XYZ | 31.82 | 29.82 | 67.03 | - |
| YUV | 148.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 213 | 0.37 | 0.32 | 0 | 0.16 | 232.41 | 0.48 | 0.68 |
| Hex | 86 | 90 | D5 | 25 | 20 | 0 | 10 | E8 | 30 | 44 |
| Octal | 206 | 220 | 325 | 45 | 40 | 0 | 20 | 350 | 60 | 104 |
| Binary | 10000110 | 10010000 | 11010101 | 100101 | 100000 | 0 | 10000 | 11101000 | 110000 | 1000100 |
Color Harmonies of #8690D5
Complementary color
Monochromatic Colors of #8690D5
Black with #8690D5
Text Example
Text Example
White with #8690D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690D5; }
p { color: rgb(134,144,213); }
H1.HeaderClassName
{
color: #8690D5;
}
.AnyTagClassName
{
color: #8690D5;
}
</style>
background-color css
<style>
a { background-color: #8690D5; }
a { background-color: rgb(134,144,213); }
div.DivClassName
{
background-color: #8690D5;
}
.BgClassName
{
background-color: #8690D5;
}
</style>
border-color css
<style>
span { border-color: #8690D5; }
span { border-color: rgb(134,144,213); }
td.TdClassName
{
border-color: #8690D5;
}
.TagClassName
{
border-color: #8690D5;
}
</style>