Shades of Portage #8594EE
Tints of Portage #8594EE
RGB
CMYK
RGB Variations
Color information
#8594EE (or 0x8594EE) is known color: Portage. HEX triplet: 85, 94 and EE. RGB value is (133,148,238). Sum of RGB (Red+Green+Blue) = 133+148+238=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #8594EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8594EE is #7A6B11. Grayscale: #999999. Windows color (decimal): -8022802 or 15635589. OLE color: 15635589.
HSL color Cylindrical-coordinate representation of color #8594EE: hue angle of 231.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8594EE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 148 | 238 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.07 |
| HSL | 231.43º | 0.76% | 0.73% | - |
| HSV(B) | 231.43º | 0.44% | 0.93% | - |
| XYZ | 35.7 | 32.34 | 85.25 | - |
| YUV | 153.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 238 | 0.44 | 0.38 | 0 | 0.07 | 231.43 | 0.76 | 0.73 |
| Hex | 85 | 94 | EE | 2C | 26 | 0 | 7 | E7 | 4C | 49 |
| Octal | 205 | 224 | 356 | 54 | 46 | 0 | 7 | 347 | 114 | 111 |
| Binary | 10000101 | 10010100 | 11101110 | 101100 | 100110 | 0 | 111 | 11100111 | 1001100 | 1001001 |
Color Harmonies of #8594EE
Complementary color
Monochromatic Colors of #8594EE
Black with #8594EE
Text Example
Text Example
White with #8594EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594EE; }
p { color: rgb(133,148,238); }
H1.HeaderClassName
{
color: #8594EE;
}
.AnyTagClassName
{
color: #8594EE;
}
</style>
background-color css
<style>
a { background-color: #8594EE; }
a { background-color: rgb(133,148,238); }
div.DivClassName
{
background-color: #8594EE;
}
.BgClassName
{
background-color: #8594EE;
}
</style>
border-color css
<style>
span { border-color: #8594EE; }
span { border-color: rgb(133,148,238); }
td.TdClassName
{
border-color: #8594EE;
}
.TagClassName
{
border-color: #8594EE;
}
</style>