Shades of Portage #8592FA
Tints of Portage #8592FA
RGB
CMYK
RGB Variations
Color information
#8592FA (or 0x8592FA) is known color: Portage. HEX triplet: 85, 92 and FA. RGB value is (133,146,250). Sum of RGB (Red+Green+Blue) = 133+146+250=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #8592FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8592FA is #7A6D05. Grayscale: #999999. Windows color (decimal): -8023302 or 16421509. OLE color: 16421509.
HSL color Cylindrical-coordinate representation of color #8592FA: hue angle of 233.33º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8592FA is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 146 | 250 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.02 |
| HSL | 233.33º | 0.92% | 0.75% | - |
| HSV(B) | 233.33º | 0.47% | 0.98% | - |
| XYZ | 37.21 | 32.45 | 94.74 | - |
| YUV | 153.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 250 | 0.47 | 0.42 | 0 | 0.02 | 233.33 | 0.92 | 0.75 |
| Hex | 85 | 92 | FA | 2F | 2A | 0 | 2 | E9 | 5C | 4B |
| Octal | 205 | 222 | 372 | 57 | 52 | 0 | 2 | 351 | 134 | 113 |
| Binary | 10000101 | 10010010 | 11111010 | 101111 | 101010 | 0 | 10 | 11101001 | 1011100 | 1001011 |
Color Harmonies of #8592FA
Complementary color
Monochromatic Colors of #8592FA
Black with #8592FA
Text Example
Text Example
White with #8592FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8592FA; }
p { color: rgb(133,146,250); }
H1.HeaderClassName
{
color: #8592FA;
}
.AnyTagClassName
{
color: #8592FA;
}
</style>
background-color css
<style>
a { background-color: #8592FA; }
a { background-color: rgb(133,146,250); }
div.DivClassName
{
background-color: #8592FA;
}
.BgClassName
{
background-color: #8592FA;
}
</style>
border-color css
<style>
span { border-color: #8592FA; }
span { border-color: rgb(133,146,250); }
td.TdClassName
{
border-color: #8592FA;
}
.TagClassName
{
border-color: #8592FA;
}
</style>