Shades of Portage #8595C6
Tints of Portage #8595C6
RGB
CMYK
RGB Variations
Color information
#8595C6 (or 0x8595C6) is known color: Portage. HEX triplet: 85, 95 and C6. RGB value is (133,149,198). Sum of RGB (Red+Green+Blue) = 133+149+198=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #8595C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595C6 is #7A6A39. Grayscale: #959595. Windows color (decimal): -8022586 or 13014405. OLE color: 13014405.
HSL color Cylindrical-coordinate representation of color #8595C6: hue angle of 225.23º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8595C6 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 149 | 198 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.22 |
| HSL | 225.23º | 0.36% | 0.65% | - |
| HSV(B) | 225.23º | 0.33% | 0.78% | - |
| XYZ | 30.61 | 30.56 | 57.71 | - |
| YUV | 149.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 198 | 0.33 | 0.25 | 0 | 0.22 | 225.23 | 0.36 | 0.65 |
| Hex | 85 | 95 | C6 | 21 | 19 | 0 | 16 | E1 | 24 | 41 |
| Octal | 205 | 225 | 306 | 41 | 31 | 0 | 26 | 341 | 44 | 101 |
| Binary | 10000101 | 10010101 | 11000110 | 100001 | 11001 | 0 | 10110 | 11100001 | 100100 | 1000001 |
Color Harmonies of #8595C6
Complementary color
Monochromatic Colors of #8595C6
Black with #8595C6
Text Example
Text Example
White with #8595C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595C6; }
p { color: rgb(133,149,198); }
H1.HeaderClassName
{
color: #8595C6;
}
.AnyTagClassName
{
color: #8595C6;
}
</style>
background-color css
<style>
a { background-color: #8595C6; }
a { background-color: rgb(133,149,198); }
div.DivClassName
{
background-color: #8595C6;
}
.BgClassName
{
background-color: #8595C6;
}
</style>
border-color css
<style>
span { border-color: #8595C6; }
span { border-color: rgb(133,149,198); }
td.TdClassName
{
border-color: #8595C6;
}
.TagClassName
{
border-color: #8595C6;
}
</style>