Shades of Portage #8189DC
Tints of Portage #8189DC
RGB
CMYK
RGB Variations
Color information
#8189DC (or 0x8189DC) is known color: Portage. HEX triplet: 81, 89 and DC. RGB value is (129,137,220). Sum of RGB (Red+Green+Blue) = 129+137+220=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8189DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189DC is #7E7623. Grayscale: #8F8F8F. Windows color (decimal): -8287780 or 14453121. OLE color: 14453121.
HSL color Cylindrical-coordinate representation of color #8189DC: hue angle of 234.73º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8189DC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 137 | 220 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.14 |
| HSL | 234.73º | 0.57% | 0.68% | - |
| HSV(B) | 234.73º | 0.41% | 0.86% | - |
| XYZ | 30.92 | 27.73 | 71.43 | - |
| YUV | 144.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 220 | 0.41 | 0.38 | 0 | 0.14 | 234.73 | 0.57 | 0.68 |
| Hex | 81 | 89 | DC | 29 | 26 | 0 | E | EB | 39 | 44 |
| Octal | 201 | 211 | 334 | 51 | 46 | 0 | 16 | 353 | 71 | 104 |
| Binary | 10000001 | 10001001 | 11011100 | 101001 | 100110 | 0 | 1110 | 11101011 | 111001 | 1000100 |
Color Harmonies of #8189DC
Complementary color
Monochromatic Colors of #8189DC
Black with #8189DC
Text Example
Text Example
White with #8189DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8189DC; }
p { color: rgb(129,137,220); }
H1.HeaderClassName
{
color: #8189DC;
}
.AnyTagClassName
{
color: #8189DC;
}
</style>
background-color css
<style>
a { background-color: #8189DC; }
a { background-color: rgb(129,137,220); }
div.DivClassName
{
background-color: #8189DC;
}
.BgClassName
{
background-color: #8189DC;
}
</style>
border-color css
<style>
span { border-color: #8189DC; }
span { border-color: rgb(129,137,220); }
td.TdClassName
{
border-color: #8189DC;
}
.TagClassName
{
border-color: #8189DC;
}
</style>