Shades of Portage #8595D9
Tints of Portage #8595D9
RGB
CMYK
RGB Variations
Color information
#8595D9 (or 0x8595D9) is known color: Portage. HEX triplet: 85, 95 and D9. RGB value is (133,149,217). Sum of RGB (Red+Green+Blue) = 133+149+217=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #8595D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595D9 is #7A6A26. Grayscale: #979797. Windows color (decimal): -8022567 or 14259589. OLE color: 14259589.
HSL color Cylindrical-coordinate representation of color #8595D9: hue angle of 228.57º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8595D9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 149 | 217 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.15 |
| HSL | 228.57º | 0.53% | 0.69% | - |
| HSV(B) | 228.57º | 0.39% | 0.85% | - |
| XYZ | 32.94 | 31.49 | 69.99 | - |
| YUV | 151.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 217 | 0.39 | 0.31 | 0 | 0.15 | 228.57 | 0.53 | 0.69 |
| Hex | 85 | 95 | D9 | 27 | 1F | 0 | F | E5 | 34 | 45 |
| Octal | 205 | 225 | 331 | 47 | 37 | 0 | 17 | 345 | 64 | 105 |
| Binary | 10000101 | 10010101 | 11011001 | 100111 | 11111 | 0 | 1111 | 11100101 | 110100 | 1000101 |
Color Harmonies of #8595D9
Complementary color
Monochromatic Colors of #8595D9
Black with #8595D9
Text Example
Text Example
White with #8595D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595D9; }
p { color: rgb(133,149,217); }
H1.HeaderClassName
{
color: #8595D9;
}
.AnyTagClassName
{
color: #8595D9;
}
</style>
background-color css
<style>
a { background-color: #8595D9; }
a { background-color: rgb(133,149,217); }
div.DivClassName
{
background-color: #8595D9;
}
.BgClassName
{
background-color: #8595D9;
}
</style>
border-color css
<style>
span { border-color: #8595D9; }
span { border-color: rgb(133,149,217); }
td.TdClassName
{
border-color: #8595D9;
}
.TagClassName
{
border-color: #8595D9;
}
</style>