Shades of Portage #8596FF
Tints of Portage #8596FF
RGB
CMYK
RGB Variations
Color information
#8596FF (or 0x8596FF) is known color: Portage. HEX triplet: 85, 96 and FF. RGB value is (133,150,255). Sum of RGB (Red+Green+Blue) = 133+150+255=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #8596FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596FF is #7A6900. Grayscale: #9C9C9C. Windows color (decimal): -8022273 or 16750213. OLE color: 16750213.
HSL color Cylindrical-coordinate representation of color #8596FF: hue angle of 231.64º 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 #8596FF is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 150 | 255 | - |
| CMYK | 0.48 | 0.41 | 0 | 0 |
| HSL | 231.64º | 1% | 0.76% | - |
| HSV(B) | 231.64º | 0.48% | 1% | - |
| XYZ | 38.63 | 34.02 | 99.14 | - |
| YUV | 156.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 255 | 0.48 | 0.41 | 0 | 0 | 231.64 | 1 | 0.76 |
| Hex | 85 | 96 | FF | 30 | 29 | 0 | 0 | E8 | 64 | 4C |
| Octal | 205 | 226 | 377 | 60 | 51 | 0 | 0 | 350 | 144 | 114 |
| Binary | 10000101 | 10010110 | 11111111 | 110000 | 101001 | 0 | 0 | 11101000 | 1100100 | 1001100 |
Color Harmonies of #8596FF
Complementary color
Monochromatic Colors of #8596FF
Black with #8596FF
Text Example
Text Example
White with #8596FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8596FF; }
p { color: rgb(133,150,255); }
H1.HeaderClassName
{
color: #8596FF;
}
.AnyTagClassName
{
color: #8596FF;
}
</style>
background-color css
<style>
a { background-color: #8596FF; }
a { background-color: rgb(133,150,255); }
div.DivClassName
{
background-color: #8596FF;
}
.BgClassName
{
background-color: #8596FF;
}
</style>
border-color css
<style>
span { border-color: #8596FF; }
span { border-color: rgb(133,150,255); }
td.TdClassName
{
border-color: #8596FF;
}
.TagClassName
{
border-color: #8596FF;
}
</style>