Shades of Portage #8497CA
Tints of Portage #8497CA
RGB
CMYK
RGB Variations
Color information
#8497CA (or 0x8497CA) is known color: Portage. HEX triplet: 84, 97 and CA. RGB value is (132,151,202). Sum of RGB (Red+Green+Blue) = 132+151+202=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8497CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497CA is #7B6835. Grayscale: #969696. Windows color (decimal): -8087606 or 13277060. OLE color: 13277060.
HSL color Cylindrical-coordinate representation of color #8497CA: hue angle of 223.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8497CA is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 151 | 202 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.21 |
| HSL | 223.71º | 0.4% | 0.65% | - |
| HSV(B) | 223.71º | 0.35% | 0.79% | - |
| XYZ | 31.24 | 31.3 | 60.27 | - |
| YUV | 151.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 202 | 0.35 | 0.25 | 0 | 0.21 | 223.71 | 0.4 | 0.65 |
| Hex | 84 | 97 | CA | 23 | 19 | 0 | 15 | E0 | 28 | 41 |
| Octal | 204 | 227 | 312 | 43 | 31 | 0 | 25 | 340 | 50 | 101 |
| Binary | 10000100 | 10010111 | 11001010 | 100011 | 11001 | 0 | 10101 | 11100000 | 101000 | 1000001 |
Color Harmonies of #8497CA
Complementary color
Monochromatic Colors of #8497CA
Black with #8497CA
Text Example
Text Example
White with #8497CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8497CA; }
p { color: rgb(132,151,202); }
H1.HeaderClassName
{
color: #8497CA;
}
.AnyTagClassName
{
color: #8497CA;
}
</style>
background-color css
<style>
a { background-color: #8497CA; }
a { background-color: rgb(132,151,202); }
div.DivClassName
{
background-color: #8497CA;
}
.BgClassName
{
background-color: #8497CA;
}
</style>
border-color css
<style>
span { border-color: #8497CA; }
span { border-color: rgb(132,151,202); }
td.TdClassName
{
border-color: #8497CA;
}
.TagClassName
{
border-color: #8497CA;
}
</style>