Shades of Portage #8499DC
Tints of Portage #8499DC
RGB
CMYK
RGB Variations
Color information
#8499DC (or 0x8499DC) is known color: Portage. HEX triplet: 84, 99 and DC. RGB value is (132,153,220). Sum of RGB (Red+Green+Blue) = 132+153+220=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #8499DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499DC is #7B6623. Grayscale: #9A9A9A. Windows color (decimal): -8087076 or 14457220. OLE color: 14457220.
HSL color Cylindrical-coordinate representation of color #8499DC: hue angle of 225.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8499DC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 153 | 220 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.14 |
| HSL | 225.68º | 0.56% | 0.69% | - |
| HSV(B) | 225.68º | 0.4% | 0.86% | - |
| XYZ | 33.83 | 32.86 | 72.27 | - |
| YUV | 154.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 220 | 0.40 | 0.30 | 0 | 0.14 | 225.68 | 0.56 | 0.69 |
| Hex | 84 | 99 | DC | 28 | 1E | 0 | E | E2 | 38 | 45 |
| Octal | 204 | 231 | 334 | 50 | 36 | 0 | 16 | 342 | 70 | 105 |
| Binary | 10000100 | 10011001 | 11011100 | 101000 | 11110 | 0 | 1110 | 11100010 | 111000 | 1000101 |
Color Harmonies of #8499DC
Complementary color
Monochromatic Colors of #8499DC
Black with #8499DC
Text Example
Text Example
White with #8499DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499DC; }
p { color: rgb(132,153,220); }
H1.HeaderClassName
{
color: #8499DC;
}
.AnyTagClassName
{
color: #8499DC;
}
</style>
background-color css
<style>
a { background-color: #8499DC; }
a { background-color: rgb(132,153,220); }
div.DivClassName
{
background-color: #8499DC;
}
.BgClassName
{
background-color: #8499DC;
}
</style>
border-color css
<style>
span { border-color: #8499DC; }
span { border-color: rgb(132,153,220); }
td.TdClassName
{
border-color: #8499DC;
}
.TagClassName
{
border-color: #8499DC;
}
</style>