Shades of Portage #8596F2
Tints of Portage #8596F2
RGB
CMYK
RGB Variations
Color information
#8596F2 (or 0x8596F2) is known color: Portage. HEX triplet: 85, 96 and F2. RGB value is (133,150,242). Sum of RGB (Red+Green+Blue) = 133+150+242=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #8596F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596F2 is #7A690D. Grayscale: #9B9B9B. Windows color (decimal): -8022286 or 15898245. OLE color: 15898245.
HSL color Cylindrical-coordinate representation of color #8596F2: hue angle of 230.64º 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 #8596F2 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 150 | 242 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.05 |
| HSL | 230.64º | 0.81% | 0.74% | - |
| HSV(B) | 230.64º | 0.45% | 0.95% | - |
| XYZ | 36.61 | 33.21 | 88.49 | - |
| YUV | 155.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 242 | 0.45 | 0.38 | 0 | 0.05 | 230.64 | 0.81 | 0.74 |
| Hex | 85 | 96 | F2 | 2D | 26 | 0 | 5 | E7 | 51 | 4A |
| Octal | 205 | 226 | 362 | 55 | 46 | 0 | 5 | 347 | 121 | 112 |
| Binary | 10000101 | 10010110 | 11110010 | 101101 | 100110 | 0 | 101 | 11100111 | 1010001 | 1001010 |
Color Harmonies of #8596F2
Complementary color
Monochromatic Colors of #8596F2
Black with #8596F2
Text Example
Text Example
White with #8596F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8596F2; }
p { color: rgb(133,150,242); }
H1.HeaderClassName
{
color: #8596F2;
}
.AnyTagClassName
{
color: #8596F2;
}
</style>
background-color css
<style>
a { background-color: #8596F2; }
a { background-color: rgb(133,150,242); }
div.DivClassName
{
background-color: #8596F2;
}
.BgClassName
{
background-color: #8596F2;
}
</style>
border-color css
<style>
span { border-color: #8596F2; }
span { border-color: rgb(133,150,242); }
td.TdClassName
{
border-color: #8596F2;
}
.TagClassName
{
border-color: #8596F2;
}
</style>