Shades of Portage #8197DF
Tints of Portage #8197DF
RGB
CMYK
RGB Variations
Color information
#8197DF (or 0x8197DF) is known color: Portage. HEX triplet: 81, 97 and DF. RGB value is (129,151,223). Sum of RGB (Red+Green+Blue) = 129+151+223=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #8197DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197DF is #7E6820. Grayscale: #989898. Windows color (decimal): -8284193 or 14653313. OLE color: 14653313.
HSL color Cylindrical-coordinate representation of color #8197DF: hue angle of 225.96º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8197DF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 151 | 223 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.13 |
| HSL | 225.96º | 0.59% | 0.69% | - |
| HSV(B) | 225.96º | 0.42% | 0.87% | - |
| XYZ | 33.44 | 32.13 | 74.25 | - |
| YUV | 152.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 223 | 0.42 | 0.32 | 0 | 0.13 | 225.96 | 0.59 | 0.69 |
| Hex | 81 | 97 | DF | 2A | 20 | 0 | D | E2 | 3B | 45 |
| Octal | 201 | 227 | 337 | 52 | 40 | 0 | 15 | 342 | 73 | 105 |
| Binary | 10000001 | 10010111 | 11011111 | 101010 | 100000 | 0 | 1101 | 11100010 | 111011 | 1000101 |
Color Harmonies of #8197DF
Complementary color
Monochromatic Colors of #8197DF
Black with #8197DF
Text Example
Text Example
White with #8197DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197DF; }
p { color: rgb(129,151,223); }
H1.HeaderClassName
{
color: #8197DF;
}
.AnyTagClassName
{
color: #8197DF;
}
</style>
background-color css
<style>
a { background-color: #8197DF; }
a { background-color: rgb(129,151,223); }
div.DivClassName
{
background-color: #8197DF;
}
.BgClassName
{
background-color: #8197DF;
}
</style>
border-color css
<style>
span { border-color: #8197DF; }
span { border-color: rgb(129,151,223); }
td.TdClassName
{
border-color: #8197DF;
}
.TagClassName
{
border-color: #8197DF;
}
</style>