Shades of Portage #8597DD
Tints of Portage #8597DD
RGB
CMYK
RGB Variations
Color information
#8597DD (or 0x8597DD) is known color: Portage. HEX triplet: 85, 97 and DD. RGB value is (133,151,221). Sum of RGB (Red+Green+Blue) = 133+151+221=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #8597DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597DD is #7A6822. Grayscale: #999999. Windows color (decimal): -8022051 or 14522245. OLE color: 14522245.
HSL color Cylindrical-coordinate representation of color #8597DD: hue angle of 227.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8597DD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 151 | 221 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.13 |
| HSL | 227.73º | 0.56% | 0.69% | - |
| HSV(B) | 227.73º | 0.4% | 0.87% | - |
| XYZ | 33.79 | 32.34 | 72.87 | - |
| YUV | 153.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 221 | 0.40 | 0.32 | 0 | 0.13 | 227.73 | 0.56 | 0.69 |
| Hex | 85 | 97 | DD | 28 | 20 | 0 | D | E4 | 38 | 45 |
| Octal | 205 | 227 | 335 | 50 | 40 | 0 | 15 | 344 | 70 | 105 |
| Binary | 10000101 | 10010111 | 11011101 | 101000 | 100000 | 0 | 1101 | 11100100 | 111000 | 1000101 |
Color Harmonies of #8597DD
Complementary color
Monochromatic Colors of #8597DD
Black with #8597DD
Text Example
Text Example
White with #8597DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597DD; }
p { color: rgb(133,151,221); }
H1.HeaderClassName
{
color: #8597DD;
}
.AnyTagClassName
{
color: #8597DD;
}
</style>
background-color css
<style>
a { background-color: #8597DD; }
a { background-color: rgb(133,151,221); }
div.DivClassName
{
background-color: #8597DD;
}
.BgClassName
{
background-color: #8597DD;
}
</style>
border-color css
<style>
span { border-color: #8597DD; }
span { border-color: rgb(133,151,221); }
td.TdClassName
{
border-color: #8597DD;
}
.TagClassName
{
border-color: #8597DD;
}
</style>