Shades of Portage #8595CA
Tints of Portage #8595CA
RGB
CMYK
RGB Variations
Color information
#8595CA (or 0x8595CA) is known color: Portage. HEX triplet: 85, 95 and CA. RGB value is (133,149,202). Sum of RGB (Red+Green+Blue) = 133+149+202=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8595CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595CA is #7A6A35. Grayscale: #969696. Windows color (decimal): -8022582 or 13276549. OLE color: 13276549.
HSL color Cylindrical-coordinate representation of color #8595CA: hue angle of 226.09º 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 #8595CA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 149 | 202 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.21 |
| HSL | 226.09º | 0.39% | 0.66% | - |
| HSV(B) | 226.09º | 0.34% | 0.79% | - |
| XYZ | 31.08 | 30.75 | 60.17 | - |
| YUV | 150.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 202 | 0.34 | 0.26 | 0 | 0.21 | 226.09 | 0.39 | 0.66 |
| Hex | 85 | 95 | CA | 22 | 1A | 0 | 15 | E2 | 27 | 42 |
| Octal | 205 | 225 | 312 | 42 | 32 | 0 | 25 | 342 | 47 | 102 |
| Binary | 10000101 | 10010101 | 11001010 | 100010 | 11010 | 0 | 10101 | 11100010 | 100111 | 1000010 |
Color Harmonies of #8595CA
Complementary color
Monochromatic Colors of #8595CA
Black with #8595CA
Text Example
Text Example
White with #8595CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595CA; }
p { color: rgb(133,149,202); }
H1.HeaderClassName
{
color: #8595CA;
}
.AnyTagClassName
{
color: #8595CA;
}
</style>
background-color css
<style>
a { background-color: #8595CA; }
a { background-color: rgb(133,149,202); }
div.DivClassName
{
background-color: #8595CA;
}
.BgClassName
{
background-color: #8595CA;
}
</style>
border-color css
<style>
span { border-color: #8595CA; }
span { border-color: rgb(133,149,202); }
td.TdClassName
{
border-color: #8595CA;
}
.TagClassName
{
border-color: #8595CA;
}
</style>