Shades of Portage #8597CA
Tints of Portage #8597CA
RGB
CMYK
RGB Variations
Color information
#8597CA (or 0x8597CA) is known color: Portage. HEX triplet: 85, 97 and CA. RGB value is (133,151,202). Sum of RGB (Red+Green+Blue) = 133+151+202=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #8597CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597CA is #7A6835. Grayscale: #979797. Windows color (decimal): -8022070 or 13277061. OLE color: 13277061.
HSL color Cylindrical-coordinate representation of color #8597CA: hue angle of 224.35º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8597CA is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 151 | 202 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.21 |
| HSL | 224.35º | 0.39% | 0.66% | - |
| HSV(B) | 224.35º | 0.34% | 0.79% | - |
| XYZ | 31.4 | 31.38 | 60.28 | - |
| YUV | 151.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 202 | 0.34 | 0.25 | 0 | 0.21 | 224.35 | 0.39 | 0.66 |
| Hex | 85 | 97 | CA | 22 | 19 | 0 | 15 | E0 | 27 | 42 |
| Octal | 205 | 227 | 312 | 42 | 31 | 0 | 25 | 340 | 47 | 102 |
| Binary | 10000101 | 10010111 | 11001010 | 100010 | 11001 | 0 | 10101 | 11100000 | 100111 | 1000010 |
Color Harmonies of #8597CA
Complementary color
Monochromatic Colors of #8597CA
Black with #8597CA
Text Example
Text Example
White with #8597CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597CA; }
p { color: rgb(133,151,202); }
H1.HeaderClassName
{
color: #8597CA;
}
.AnyTagClassName
{
color: #8597CA;
}
</style>
background-color css
<style>
a { background-color: #8597CA; }
a { background-color: rgb(133,151,202); }
div.DivClassName
{
background-color: #8597CA;
}
.BgClassName
{
background-color: #8597CA;
}
</style>
border-color css
<style>
span { border-color: #8597CA; }
span { border-color: rgb(133,151,202); }
td.TdClassName
{
border-color: #8597CA;
}
.TagClassName
{
border-color: #8597CA;
}
</style>