Shades of Portage #8490CB
Tints of Portage #8490CB
RGB
CMYK
RGB Variations
Color information
#8490CB (or 0x8490CB) is known color: Portage. HEX triplet: 84, 90 and CB. RGB value is (132,144,203). Sum of RGB (Red+Green+Blue) = 132+144+203=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8490CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490CB is #7B6F34. Grayscale: #929292. Windows color (decimal): -8089397 or 13340804. OLE color: 13340804.
HSL color Cylindrical-coordinate representation of color #8490CB: hue angle of 229.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8490CB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 144 | 203 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.20 |
| HSL | 229.86º | 0.41% | 0.66% | - |
| HSV(B) | 229.86º | 0.35% | 0.8% | - |
| XYZ | 30.27 | 29.16 | 60.53 | - |
| YUV | 147.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 203 | 0.35 | 0.29 | 0 | 0.20 | 229.86 | 0.41 | 0.66 |
| Hex | 84 | 90 | CB | 23 | 1D | 0 | 14 | E6 | 29 | 42 |
| Octal | 204 | 220 | 313 | 43 | 35 | 0 | 24 | 346 | 51 | 102 |
| Binary | 10000100 | 10010000 | 11001011 | 100011 | 11101 | 0 | 10100 | 11100110 | 101001 | 1000010 |
Color Harmonies of #8490CB
Complementary color
Monochromatic Colors of #8490CB
Black with #8490CB
Text Example
Text Example
White with #8490CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8490CB; }
p { color: rgb(132,144,203); }
H1.HeaderClassName
{
color: #8490CB;
}
.AnyTagClassName
{
color: #8490CB;
}
</style>
background-color css
<style>
a { background-color: #8490CB; }
a { background-color: rgb(132,144,203); }
div.DivClassName
{
background-color: #8490CB;
}
.BgClassName
{
background-color: #8490CB;
}
</style>
border-color css
<style>
span { border-color: #8490CB; }
span { border-color: rgb(132,144,203); }
td.TdClassName
{
border-color: #8490CB;
}
.TagClassName
{
border-color: #8490CB;
}
</style>