Shades of Portage #8495CA
Tints of Portage #8495CA
RGB
CMYK
RGB Variations
Color information
#8495CA (or 0x8495CA) is known color: Portage. HEX triplet: 84, 95 and CA. RGB value is (132,149,202). Sum of RGB (Red+Green+Blue) = 132+149+202=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8495CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495CA is #7B6A35. Grayscale: #959595. Windows color (decimal): -8088118 or 13276548. OLE color: 13276548.
HSL color Cylindrical-coordinate representation of color #8495CA: hue angle of 225.43º 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 #8495CA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 149 | 202 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.21 |
| HSL | 225.43º | 0.4% | 0.65% | - |
| HSV(B) | 225.43º | 0.35% | 0.79% | - |
| XYZ | 30.92 | 30.66 | 60.17 | - |
| YUV | 149.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 202 | 0.35 | 0.26 | 0 | 0.21 | 225.43 | 0.4 | 0.65 |
| Hex | 84 | 95 | CA | 23 | 1A | 0 | 15 | E1 | 28 | 41 |
| Octal | 204 | 225 | 312 | 43 | 32 | 0 | 25 | 341 | 50 | 101 |
| Binary | 10000100 | 10010101 | 11001010 | 100011 | 11010 | 0 | 10101 | 11100001 | 101000 | 1000001 |
Color Harmonies of #8495CA
Complementary color
Monochromatic Colors of #8495CA
Black with #8495CA
Text Example
Text Example
White with #8495CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495CA; }
p { color: rgb(132,149,202); }
H1.HeaderClassName
{
color: #8495CA;
}
.AnyTagClassName
{
color: #8495CA;
}
</style>
background-color css
<style>
a { background-color: #8495CA; }
a { background-color: rgb(132,149,202); }
div.DivClassName
{
background-color: #8495CA;
}
.BgClassName
{
background-color: #8495CA;
}
</style>
border-color css
<style>
span { border-color: #8495CA; }
span { border-color: rgb(132,149,202); }
td.TdClassName
{
border-color: #8495CA;
}
.TagClassName
{
border-color: #8495CA;
}
</style>