Shades of Portage #8597E8
Tints of Portage #8597E8
RGB
CMYK
RGB Variations
Color information
#8597E8 (or 0x8597E8) is known color: Portage. HEX triplet: 85, 97 and E8. RGB value is (133,151,232). Sum of RGB (Red+Green+Blue) = 133+151+232=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #8597E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8597E8 is #7A6817. Grayscale: #9A9A9A. Windows color (decimal): -8022040 or 15243141. OLE color: 15243141.
HSL color Cylindrical-coordinate representation of color #8597E8: hue angle of 229.09º 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 #8597E8 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 151 | 232 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.09 |
| HSL | 229.09º | 0.68% | 0.72% | - |
| HSV(B) | 229.09º | 0.43% | 0.91% | - |
| XYZ | 35.3 | 32.95 | 80.84 | - |
| YUV | 154.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 232 | 0.43 | 0.35 | 0 | 0.09 | 229.09 | 0.68 | 0.72 |
| Hex | 85 | 97 | E8 | 2B | 23 | 0 | 9 | E5 | 44 | 48 |
| Octal | 205 | 227 | 350 | 53 | 43 | 0 | 11 | 345 | 104 | 110 |
| Binary | 10000101 | 10010111 | 11101000 | 101011 | 100011 | 0 | 1001 | 11100101 | 1000100 | 1001000 |
Color Harmonies of #8597E8
Complementary color
Monochromatic Colors of #8597E8
Black with #8597E8
Text Example
Text Example
White with #8597E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597E8; }
p { color: rgb(133,151,232); }
H1.HeaderClassName
{
color: #8597E8;
}
.AnyTagClassName
{
color: #8597E8;
}
</style>
background-color css
<style>
a { background-color: #8597E8; }
a { background-color: rgb(133,151,232); }
div.DivClassName
{
background-color: #8597E8;
}
.BgClassName
{
background-color: #8597E8;
}
</style>
border-color css
<style>
span { border-color: #8597E8; }
span { border-color: rgb(133,151,232); }
td.TdClassName
{
border-color: #8597E8;
}
.TagClassName
{
border-color: #8597E8;
}
</style>