Shades of Portage #8196CE
Tints of Portage #8196CE
RGB
CMYK
RGB Variations
Color information
#8196CE (or 0x8196CE) is known color: Portage. HEX triplet: 81, 96 and CE. RGB value is (129,150,206). Sum of RGB (Red+Green+Blue) = 129+150+206=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8196CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196CE is #7E6931. Grayscale: #959595. Windows color (decimal): -8284466 or 13538945. OLE color: 13538945.
HSL color Cylindrical-coordinate representation of color #8196CE: hue angle of 223.64º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8196CE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 150 | 206 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.19 |
| HSL | 223.64º | 0.44% | 0.66% | - |
| HSV(B) | 223.64º | 0.37% | 0.81% | - |
| XYZ | 31.1 | 30.94 | 62.72 | - |
| YUV | 150.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 206 | 0.37 | 0.27 | 0 | 0.19 | 223.64 | 0.44 | 0.66 |
| Hex | 81 | 96 | CE | 25 | 1B | 0 | 13 | E0 | 2C | 42 |
| Octal | 201 | 226 | 316 | 45 | 33 | 0 | 23 | 340 | 54 | 102 |
| Binary | 10000001 | 10010110 | 11001110 | 100101 | 11011 | 0 | 10011 | 11100000 | 101100 | 1000010 |
Color Harmonies of #8196CE
Complementary color
Monochromatic Colors of #8196CE
Black with #8196CE
Text Example
Text Example
White with #8196CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8196CE; }
p { color: rgb(129,150,206); }
H1.HeaderClassName
{
color: #8196CE;
}
.AnyTagClassName
{
color: #8196CE;
}
</style>
background-color css
<style>
a { background-color: #8196CE; }
a { background-color: rgb(129,150,206); }
div.DivClassName
{
background-color: #8196CE;
}
.BgClassName
{
background-color: #8196CE;
}
</style>
border-color css
<style>
span { border-color: #8196CE; }
span { border-color: rgb(129,150,206); }
td.TdClassName
{
border-color: #8196CE;
}
.TagClassName
{
border-color: #8196CE;
}
</style>