Shades of Portage #8689ED
Tints of Portage #8689ED
RGB
CMYK
RGB Variations
Color information
#8689ED (or 0x8689ED) is known color: Portage. HEX triplet: 86, 89 and ED. RGB value is (134,137,237). Sum of RGB (Red+Green+Blue) = 134+137+237=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #8689ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8689ED is #797612. Grayscale: #939393. Windows color (decimal): -7960083 or 15567238. OLE color: 15567238.
HSL color Cylindrical-coordinate representation of color #8689ED: hue angle of 238.25º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8689ED is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 137 | 237 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.07 |
| HSL | 238.25º | 0.74% | 0.73% | - |
| HSV(B) | 238.25º | 0.43% | 0.93% | - |
| XYZ | 34.06 | 29.07 | 83.94 | - |
| YUV | 147.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 237 | 0.43 | 0.42 | 0 | 0.07 | 238.25 | 0.74 | 0.73 |
| Hex | 86 | 89 | ED | 2B | 2A | 0 | 7 | EE | 4A | 49 |
| Octal | 206 | 211 | 355 | 53 | 52 | 0 | 7 | 356 | 112 | 111 |
| Binary | 10000110 | 10001001 | 11101101 | 101011 | 101010 | 0 | 111 | 11101110 | 1001010 | 1001001 |
Color Harmonies of #8689ED
Complementary color
Monochromatic Colors of #8689ED
Black with #8689ED
Text Example
Text Example
White with #8689ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8689ED; }
p { color: rgb(134,137,237); }
H1.HeaderClassName
{
color: #8689ED;
}
.AnyTagClassName
{
color: #8689ED;
}
</style>
background-color css
<style>
a { background-color: #8689ED; }
a { background-color: rgb(134,137,237); }
div.DivClassName
{
background-color: #8689ED;
}
.BgClassName
{
background-color: #8689ED;
}
</style>
border-color css
<style>
span { border-color: #8689ED; }
span { border-color: rgb(134,137,237); }
td.TdClassName
{
border-color: #8689ED;
}
.TagClassName
{
border-color: #8689ED;
}
</style>