Shades of Portage #8592F2
Tints of Portage #8592F2
RGB
CMYK
RGB Variations
Color information
#8592F2 (or 0x8592F2) is known color: Portage. HEX triplet: 85, 92 and F2. RGB value is (133,146,242). Sum of RGB (Red+Green+Blue) = 133+146+242=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #8592F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8592F2 is #7A6D0D. Grayscale: #989898. Windows color (decimal): -8023310 or 15897221. OLE color: 15897221.
HSL color Cylindrical-coordinate representation of color #8592F2: hue angle of 232.84º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8592F2 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 146 | 242 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.05 |
| HSL | 232.84º | 0.81% | 0.74% | - |
| HSV(B) | 232.84º | 0.45% | 0.95% | - |
| XYZ | 35.98 | 31.96 | 88.28 | - |
| YUV | 153.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 242 | 0.45 | 0.40 | 0 | 0.05 | 232.84 | 0.81 | 0.74 |
| Hex | 85 | 92 | F2 | 2D | 28 | 0 | 5 | E9 | 51 | 4A |
| Octal | 205 | 222 | 362 | 55 | 50 | 0 | 5 | 351 | 121 | 112 |
| Binary | 10000101 | 10010010 | 11110010 | 101101 | 101000 | 0 | 101 | 11101001 | 1010001 | 1001010 |
Color Harmonies of #8592F2
Complementary color
Monochromatic Colors of #8592F2
Black with #8592F2
Text Example
Text Example
White with #8592F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8592F2; }
p { color: rgb(133,146,242); }
H1.HeaderClassName
{
color: #8592F2;
}
.AnyTagClassName
{
color: #8592F2;
}
</style>
background-color css
<style>
a { background-color: #8592F2; }
a { background-color: rgb(133,146,242); }
div.DivClassName
{
background-color: #8592F2;
}
.BgClassName
{
background-color: #8592F2;
}
</style>
border-color css
<style>
span { border-color: #8592F2; }
span { border-color: rgb(133,146,242); }
td.TdClassName
{
border-color: #8592F2;
}
.TagClassName
{
border-color: #8592F2;
}
</style>