Shades of Portage #8597DC
Tints of Portage #8597DC
RGB
CMYK
RGB Variations
Color information
#8597DC (or 0x8597DC) is known color: Portage. HEX triplet: 85, 97 and DC. RGB value is (133,151,220). Sum of RGB (Red+Green+Blue) = 133+151+220=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8597DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597DC is #7A6823. Grayscale: #999999. Windows color (decimal): -8022052 or 14456709. OLE color: 14456709.
HSL color Cylindrical-coordinate representation of color #8597DC: hue angle of 227.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8597DC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 151 | 220 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.14 |
| HSL | 227.59º | 0.55% | 0.69% | - |
| HSV(B) | 227.59º | 0.4% | 0.86% | - |
| XYZ | 33.66 | 32.29 | 72.17 | - |
| YUV | 153.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 220 | 0.40 | 0.31 | 0 | 0.14 | 227.59 | 0.55 | 0.69 |
| Hex | 85 | 97 | DC | 28 | 1F | 0 | E | E4 | 37 | 45 |
| Octal | 205 | 227 | 334 | 50 | 37 | 0 | 16 | 344 | 67 | 105 |
| Binary | 10000101 | 10010111 | 11011100 | 101000 | 11111 | 0 | 1110 | 11100100 | 110111 | 1000101 |
Color Harmonies of #8597DC
Complementary color
Monochromatic Colors of #8597DC
Black with #8597DC
Text Example
Text Example
White with #8597DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8597DC; }
p { color: rgb(133,151,220); }
H1.HeaderClassName
{
color: #8597DC;
}
.AnyTagClassName
{
color: #8597DC;
}
</style>
background-color css
<style>
a { background-color: #8597DC; }
a { background-color: rgb(133,151,220); }
div.DivClassName
{
background-color: #8597DC;
}
.BgClassName
{
background-color: #8597DC;
}
</style>
border-color css
<style>
span { border-color: #8597DC; }
span { border-color: rgb(133,151,220); }
td.TdClassName
{
border-color: #8597DC;
}
.TagClassName
{
border-color: #8597DC;
}
</style>