Shades of Portage #8291DC
Tints of Portage #8291DC
RGB
CMYK
RGB Variations
Color information
#8291DC (or 0x8291DC) is known color: Portage. HEX triplet: 82, 91 and DC. RGB value is (130,145,220). Sum of RGB (Red+Green+Blue) = 130+145+220=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #8291DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291DC is #7D6E23. Grayscale: #949494. Windows color (decimal): -8220196 or 14455170. OLE color: 14455170.
HSL color Cylindrical-coordinate representation of color #8291DC: hue angle of 230º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8291DC is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 145 | 220 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.14 |
| HSL | 230º | 0.56% | 0.69% | - |
| HSV(B) | 230º | 0.41% | 0.86% | - |
| XYZ | 32.25 | 30.16 | 71.83 | - |
| YUV | 149.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 220 | 0.41 | 0.34 | 0 | 0.14 | 230 | 0.56 | 0.69 |
| Hex | 82 | 91 | DC | 29 | 22 | 0 | E | E6 | 38 | 45 |
| Octal | 202 | 221 | 334 | 51 | 42 | 0 | 16 | 346 | 70 | 105 |
| Binary | 10000010 | 10010001 | 11011100 | 101001 | 100010 | 0 | 1110 | 11100110 | 111000 | 1000101 |
Color Harmonies of #8291DC
Complementary color
Monochromatic Colors of #8291DC
Black with #8291DC
Text Example
Text Example
White with #8291DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291DC; }
p { color: rgb(130,145,220); }
H1.HeaderClassName
{
color: #8291DC;
}
.AnyTagClassName
{
color: #8291DC;
}
</style>
background-color css
<style>
a { background-color: #8291DC; }
a { background-color: rgb(130,145,220); }
div.DivClassName
{
background-color: #8291DC;
}
.BgClassName
{
background-color: #8291DC;
}
</style>
border-color css
<style>
span { border-color: #8291DC; }
span { border-color: rgb(130,145,220); }
td.TdClassName
{
border-color: #8291DC;
}
.TagClassName
{
border-color: #8291DC;
}
</style>