Shades of Portage #8594C6
Tints of Portage #8594C6
RGB
CMYK
RGB Variations
Color information
#8594C6 (or 0x8594C6) is known color: Portage. HEX triplet: 85, 94 and C6. RGB value is (133,148,198). Sum of RGB (Red+Green+Blue) = 133+148+198=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #8594C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594C6 is #7A6B39. Grayscale: #959595. Windows color (decimal): -8022842 or 13014149. OLE color: 13014149.
HSL color Cylindrical-coordinate representation of color #8594C6: hue angle of 226.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8594C6 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 148 | 198 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.22 |
| HSL | 226.15º | 0.36% | 0.65% | - |
| HSV(B) | 226.15º | 0.33% | 0.78% | - |
| XYZ | 30.46 | 30.24 | 57.66 | - |
| YUV | 149.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 198 | 0.33 | 0.25 | 0 | 0.22 | 226.15 | 0.36 | 0.65 |
| Hex | 85 | 94 | C6 | 21 | 19 | 0 | 16 | E2 | 24 | 41 |
| Octal | 205 | 224 | 306 | 41 | 31 | 0 | 26 | 342 | 44 | 101 |
| Binary | 10000101 | 10010100 | 11000110 | 100001 | 11001 | 0 | 10110 | 11100010 | 100100 | 1000001 |
Color Harmonies of #8594C6
Complementary color
Monochromatic Colors of #8594C6
Black with #8594C6
Text Example
Text Example
White with #8594C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594C6; }
p { color: rgb(133,148,198); }
H1.HeaderClassName
{
color: #8594C6;
}
.AnyTagClassName
{
color: #8594C6;
}
</style>
background-color css
<style>
a { background-color: #8594C6; }
a { background-color: rgb(133,148,198); }
div.DivClassName
{
background-color: #8594C6;
}
.BgClassName
{
background-color: #8594C6;
}
</style>
border-color css
<style>
span { border-color: #8594C6; }
span { border-color: rgb(133,148,198); }
td.TdClassName
{
border-color: #8594C6;
}
.TagClassName
{
border-color: #8594C6;
}
</style>