Shades of Portage #8599E8
Tints of Portage #8599E8
RGB
CMYK
RGB Variations
Color information
#8599E8 (or 0x8599E8) is known color: Portage. HEX triplet: 85, 99 and E8. RGB value is (133,153,232). Sum of RGB (Red+Green+Blue) = 133+153+232=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #8599E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599E8 is #7A6617. Grayscale: #9B9B9B. Windows color (decimal): -8021528 or 15243653. OLE color: 15243653.
HSL color Cylindrical-coordinate representation of color #8599E8: hue angle of 227.88º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8599E8 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 153 | 232 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.09 |
| HSL | 227.88º | 0.68% | 0.72% | - |
| HSV(B) | 227.88º | 0.43% | 0.91% | - |
| XYZ | 35.63 | 33.6 | 80.95 | - |
| YUV | 156.03 | 170.87 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 232 | 0.43 | 0.34 | 0 | 0.09 | 227.88 | 0.68 | 0.72 |
| Hex | 85 | 99 | E8 | 2B | 22 | 0 | 9 | E4 | 44 | 48 |
| Octal | 205 | 231 | 350 | 53 | 42 | 0 | 11 | 344 | 104 | 110 |
| Binary | 10000101 | 10011001 | 11101000 | 101011 | 100010 | 0 | 1001 | 11100100 | 1000100 | 1001000 |
Color Harmonies of #8599E8
Complementary color
Monochromatic Colors of #8599E8
Black with #8599E8
Text Example
Text Example
White with #8599E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599E8; }
p { color: rgb(133,153,232); }
H1.HeaderClassName
{
color: #8599E8;
}
.AnyTagClassName
{
color: #8599E8;
}
</style>
background-color css
<style>
a { background-color: #8599E8; }
a { background-color: rgb(133,153,232); }
div.DivClassName
{
background-color: #8599E8;
}
.BgClassName
{
background-color: #8599E8;
}
</style>
border-color css
<style>
span { border-color: #8599E8; }
span { border-color: rgb(133,153,232); }
td.TdClassName
{
border-color: #8599E8;
}
.TagClassName
{
border-color: #8599E8;
}
</style>