Shades of Portage #8498CE
Tints of Portage #8498CE
RGB
CMYK
RGB Variations
Color information
#8498CE (or 0x8498CE) is known color: Portage. HEX triplet: 84, 98 and CE. RGB value is (132,152,206). Sum of RGB (Red+Green+Blue) = 132+152+206=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8498CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498CE is #7B6731. Grayscale: #979797. Windows color (decimal): -8087346 or 13539460. OLE color: 13539460.
HSL color Cylindrical-coordinate representation of color #8498CE: hue angle of 223.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8498CE is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 152 | 206 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.19 |
| HSL | 223.78º | 0.43% | 0.66% | - |
| HSV(B) | 223.78º | 0.36% | 0.81% | - |
| XYZ | 31.88 | 31.82 | 62.85 | - |
| YUV | 152.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 206 | 0.36 | 0.26 | 0 | 0.19 | 223.78 | 0.43 | 0.66 |
| Hex | 84 | 98 | CE | 24 | 1A | 0 | 13 | E0 | 2B | 42 |
| Octal | 204 | 230 | 316 | 44 | 32 | 0 | 23 | 340 | 53 | 102 |
| Binary | 10000100 | 10011000 | 11001110 | 100100 | 11010 | 0 | 10011 | 11100000 | 101011 | 1000010 |
Color Harmonies of #8498CE
Complementary color
Monochromatic Colors of #8498CE
Black with #8498CE
Text Example
Text Example
White with #8498CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498CE; }
p { color: rgb(132,152,206); }
H1.HeaderClassName
{
color: #8498CE;
}
.AnyTagClassName
{
color: #8498CE;
}
</style>
background-color css
<style>
a { background-color: #8498CE; }
a { background-color: rgb(132,152,206); }
div.DivClassName
{
background-color: #8498CE;
}
.BgClassName
{
background-color: #8498CE;
}
</style>
border-color css
<style>
span { border-color: #8498CE; }
span { border-color: rgb(132,152,206); }
td.TdClassName
{
border-color: #8498CE;
}
.TagClassName
{
border-color: #8498CE;
}
</style>