Shades of Portage #8499CA
Tints of Portage #8499CA
RGB
CMYK
RGB Variations
Color information
#8499CA (or 0x8499CA) is known color: Portage. HEX triplet: 84, 99 and CA. RGB value is (132,153,202). Sum of RGB (Red+Green+Blue) = 132+153+202=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8499CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499CA is #7B6635. Grayscale: #989898. Windows color (decimal): -8087094 or 13277572. OLE color: 13277572.
HSL color Cylindrical-coordinate representation of color #8499CA: hue angle of 222º 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 #8499CA is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 153 | 202 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.21 |
| HSL | 222º | 0.4% | 0.65% | - |
| HSV(B) | 222º | 0.35% | 0.79% | - |
| XYZ | 31.57 | 31.95 | 60.38 | - |
| YUV | 152.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 202 | 0.35 | 0.24 | 0 | 0.21 | 222 | 0.4 | 0.65 |
| Hex | 84 | 99 | CA | 23 | 18 | 0 | 15 | DE | 28 | 41 |
| Octal | 204 | 231 | 312 | 43 | 30 | 0 | 25 | 336 | 50 | 101 |
| Binary | 10000100 | 10011001 | 11001010 | 100011 | 11000 | 0 | 10101 | 11011110 | 101000 | 1000001 |
Color Harmonies of #8499CA
Complementary color
Monochromatic Colors of #8499CA
Black with #8499CA
Text Example
Text Example
White with #8499CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499CA; }
p { color: rgb(132,153,202); }
H1.HeaderClassName
{
color: #8499CA;
}
.AnyTagClassName
{
color: #8499CA;
}
</style>
background-color css
<style>
a { background-color: #8499CA; }
a { background-color: rgb(132,153,202); }
div.DivClassName
{
background-color: #8499CA;
}
.BgClassName
{
background-color: #8499CA;
}
</style>
border-color css
<style>
span { border-color: #8499CA; }
span { border-color: rgb(132,153,202); }
td.TdClassName
{
border-color: #8499CA;
}
.TagClassName
{
border-color: #8499CA;
}
</style>