Shades of Portage #8589F1
Tints of Portage #8589F1
RGB
CMYK
RGB Variations
Color information
#8589F1 (or 0x8589F1) is known color: Portage. HEX triplet: 85, 89 and F1. RGB value is (133,137,241). Sum of RGB (Red+Green+Blue) = 133+137+241=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #8589F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8589F1 is #7A760E. Grayscale: #939393. Windows color (decimal): -8025615 or 15829381. OLE color: 15829381.
HSL color Cylindrical-coordinate representation of color #8589F1: hue angle of 237.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8589F1 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 137 | 241 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.05 |
| HSL | 237.78º | 0.79% | 0.73% | - |
| HSV(B) | 237.78º | 0.45% | 0.95% | - |
| XYZ | 34.5 | 29.23 | 87.04 | - |
| YUV | 147.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 241 | 0.45 | 0.43 | 0 | 0.05 | 237.78 | 0.79 | 0.73 |
| Hex | 85 | 89 | F1 | 2D | 2B | 0 | 5 | EE | 4F | 49 |
| Octal | 205 | 211 | 361 | 55 | 53 | 0 | 5 | 356 | 117 | 111 |
| Binary | 10000101 | 10001001 | 11110001 | 101101 | 101011 | 0 | 101 | 11101110 | 1001111 | 1001001 |
Color Harmonies of #8589F1
Complementary color
Monochromatic Colors of #8589F1
Black with #8589F1
Text Example
Text Example
White with #8589F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8589F1; }
p { color: rgb(133,137,241); }
H1.HeaderClassName
{
color: #8589F1;
}
.AnyTagClassName
{
color: #8589F1;
}
</style>
background-color css
<style>
a { background-color: #8589F1; }
a { background-color: rgb(133,137,241); }
div.DivClassName
{
background-color: #8589F1;
}
.BgClassName
{
background-color: #8589F1;
}
</style>
border-color css
<style>
span { border-color: #8589F1; }
span { border-color: rgb(133,137,241); }
td.TdClassName
{
border-color: #8589F1;
}
.TagClassName
{
border-color: #8589F1;
}
</style>