Shades of Portage #8593CA
Tints of Portage #8593CA
RGB
CMYK
RGB Variations
Color information
#8593CA (or 0x8593CA) is known color: Portage. HEX triplet: 85, 93 and CA. RGB value is (133,147,202). Sum of RGB (Red+Green+Blue) = 133+147+202=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8593CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593CA is #7A6C35. Grayscale: #949494. Windows color (decimal): -8023094 or 13276037. OLE color: 13276037.
HSL color Cylindrical-coordinate representation of color #8593CA: hue angle of 227.83º 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 #8593CA is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 147 | 202 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.21 |
| HSL | 227.83º | 0.39% | 0.66% | - |
| HSV(B) | 227.83º | 0.34% | 0.79% | - |
| XYZ | 30.77 | 30.12 | 60.07 | - |
| YUV | 149.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 202 | 0.34 | 0.27 | 0 | 0.21 | 227.83 | 0.39 | 0.66 |
| Hex | 85 | 93 | CA | 22 | 1B | 0 | 15 | E4 | 27 | 42 |
| Octal | 205 | 223 | 312 | 42 | 33 | 0 | 25 | 344 | 47 | 102 |
| Binary | 10000101 | 10010011 | 11001010 | 100010 | 11011 | 0 | 10101 | 11100100 | 100111 | 1000010 |
Color Harmonies of #8593CA
Complementary color
Monochromatic Colors of #8593CA
Black with #8593CA
Text Example
Text Example
White with #8593CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593CA; }
p { color: rgb(133,147,202); }
H1.HeaderClassName
{
color: #8593CA;
}
.AnyTagClassName
{
color: #8593CA;
}
</style>
background-color css
<style>
a { background-color: #8593CA; }
a { background-color: rgb(133,147,202); }
div.DivClassName
{
background-color: #8593CA;
}
.BgClassName
{
background-color: #8593CA;
}
</style>
border-color css
<style>
span { border-color: #8593CA; }
span { border-color: rgb(133,147,202); }
td.TdClassName
{
border-color: #8593CA;
}
.TagClassName
{
border-color: #8593CA;
}
</style>