Shades of Portage #8197DC
Tints of Portage #8197DC
RGB
CMYK
RGB Variations
Color information
#8197DC (or 0x8197DC) is known color: Portage. HEX triplet: 81, 97 and DC. RGB value is (129,151,220). Sum of RGB (Red+Green+Blue) = 129+151+220=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #8197DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197DC is #7E6823. Grayscale: #979797. Windows color (decimal): -8284196 or 14456705. OLE color: 14456705.
HSL color Cylindrical-coordinate representation of color #8197DC: hue angle of 225.49º 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 #8197DC is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 151 | 220 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.14 |
| HSL | 225.49º | 0.57% | 0.68% | - |
| HSV(B) | 225.49º | 0.41% | 0.86% | - |
| XYZ | 33.04 | 31.97 | 72.14 | - |
| YUV | 152.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 220 | 0.41 | 0.31 | 0 | 0.14 | 225.49 | 0.57 | 0.68 |
| Hex | 81 | 97 | DC | 29 | 1F | 0 | E | E1 | 39 | 44 |
| Octal | 201 | 227 | 334 | 51 | 37 | 0 | 16 | 341 | 71 | 104 |
| Binary | 10000001 | 10010111 | 11011100 | 101001 | 11111 | 0 | 1110 | 11100001 | 111001 | 1000100 |
Color Harmonies of #8197DC
Complementary color
Monochromatic Colors of #8197DC
Black with #8197DC
Text Example
Text Example
White with #8197DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197DC; }
p { color: rgb(129,151,220); }
H1.HeaderClassName
{
color: #8197DC;
}
.AnyTagClassName
{
color: #8197DC;
}
</style>
background-color css
<style>
a { background-color: #8197DC; }
a { background-color: rgb(129,151,220); }
div.DivClassName
{
background-color: #8197DC;
}
.BgClassName
{
background-color: #8197DC;
}
</style>
border-color css
<style>
span { border-color: #8197DC; }
span { border-color: rgb(129,151,220); }
td.TdClassName
{
border-color: #8197DC;
}
.TagClassName
{
border-color: #8197DC;
}
</style>