Shades of Portage #8594FF
Tints of Portage #8594FF
RGB
CMYK
RGB Variations
Color information
#8594FF (or 0x8594FF) is known color: Portage. HEX triplet: 85, 94 and FF. RGB value is (133,148,255). Sum of RGB (Red+Green+Blue) = 133+148+255=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8594FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8594FF is #7A6B00. Grayscale: #9B9B9B. Windows color (decimal): -8022785 or 16749701. OLE color: 16749701.
HSL color Cylindrical-coordinate representation of color #8594FF: hue angle of 232.62º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8594FF is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 148 | 255 | - |
| CMYK | 0.48 | 0.42 | 0 | 0 |
| HSL | 232.62º | 1% | 0.76% | - |
| HSV(B) | 232.62º | 0.48% | 1% | - |
| XYZ | 38.31 | 33.39 | 99.03 | - |
| YUV | 155.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 255 | 0.48 | 0.42 | 0 | 0 | 232.62 | 1 | 0.76 |
| Hex | 85 | 94 | FF | 30 | 2A | 0 | 0 | E9 | 64 | 4C |
| Octal | 205 | 224 | 377 | 60 | 52 | 0 | 0 | 351 | 144 | 114 |
| Binary | 10000101 | 10010100 | 11111111 | 110000 | 101010 | 0 | 0 | 11101001 | 1100100 | 1001100 |
Color Harmonies of #8594FF
Complementary color
Monochromatic Colors of #8594FF
Black with #8594FF
Text Example
Text Example
White with #8594FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594FF; }
p { color: rgb(133,148,255); }
H1.HeaderClassName
{
color: #8594FF;
}
.AnyTagClassName
{
color: #8594FF;
}
</style>
background-color css
<style>
a { background-color: #8594FF; }
a { background-color: rgb(133,148,255); }
div.DivClassName
{
background-color: #8594FF;
}
.BgClassName
{
background-color: #8594FF;
}
</style>
border-color css
<style>
span { border-color: #8594FF; }
span { border-color: rgb(133,148,255); }
td.TdClassName
{
border-color: #8594FF;
}
.TagClassName
{
border-color: #8594FF;
}
</style>