Shades of Portage #8597EE
Tints of Portage #8597EE
RGB
CMYK
RGB Variations
Color information
#8597EE (or 0x8597EE) is known color: Portage. HEX triplet: 85, 97 and EE. RGB value is (133,151,238). Sum of RGB (Red+Green+Blue) = 133+151+238=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #8597EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8597EE is #7A6811. Grayscale: #9B9B9B. Windows color (decimal): -8022034 or 15636357. OLE color: 15636357.
HSL color Cylindrical-coordinate representation of color #8597EE: hue angle of 229.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8597EE is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 151 | 238 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.07 |
| HSL | 229.71º | 0.76% | 0.73% | - |
| HSV(B) | 229.71º | 0.44% | 0.93% | - |
| XYZ | 36.17 | 33.29 | 85.41 | - |
| YUV | 155.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 238 | 0.44 | 0.37 | 0 | 0.07 | 229.71 | 0.76 | 0.73 |
| Hex | 85 | 97 | EE | 2C | 25 | 0 | 7 | E6 | 4C | 49 |
| Octal | 205 | 227 | 356 | 54 | 45 | 0 | 7 | 346 | 114 | 111 |
| Binary | 10000101 | 10010111 | 11101110 | 101100 | 100101 | 0 | 111 | 11100110 | 1001100 | 1001001 |
Color Harmonies of #8597EE
Complementary color
Monochromatic Colors of #8597EE
Black with #8597EE
Text Example
Text Example
White with #8597EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597EE; }
p { color: rgb(133,151,238); }
H1.HeaderClassName
{
color: #8597EE;
}
.AnyTagClassName
{
color: #8597EE;
}
</style>
background-color css
<style>
a { background-color: #8597EE; }
a { background-color: rgb(133,151,238); }
div.DivClassName
{
background-color: #8597EE;
}
.BgClassName
{
background-color: #8597EE;
}
</style>
border-color css
<style>
span { border-color: #8597EE; }
span { border-color: rgb(133,151,238); }
td.TdClassName
{
border-color: #8597EE;
}
.TagClassName
{
border-color: #8597EE;
}
</style>