Shades of Portage #8194DF
Tints of Portage #8194DF
RGB
CMYK
RGB Variations
Color information
#8194DF (or 0x8194DF) is known color: Portage. HEX triplet: 81, 94 and DF. RGB value is (129,148,223). Sum of RGB (Red+Green+Blue) = 129+148+223=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #8194DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8194DF is #7E6B20. Grayscale: #969696. Windows color (decimal): -8284961 or 14652545. OLE color: 14652545.
HSL color Cylindrical-coordinate representation of color #8194DF: hue angle of 227.87º 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 #8194DF is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 148 | 223 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.13 |
| HSL | 227.87º | 0.59% | 0.69% | - |
| HSV(B) | 227.87º | 0.42% | 0.87% | - |
| XYZ | 32.96 | 31.17 | 74.09 | - |
| YUV | 150.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 223 | 0.42 | 0.34 | 0 | 0.13 | 227.87 | 0.59 | 0.69 |
| Hex | 81 | 94 | DF | 2A | 22 | 0 | D | E4 | 3B | 45 |
| Octal | 201 | 224 | 337 | 52 | 42 | 0 | 15 | 344 | 73 | 105 |
| Binary | 10000001 | 10010100 | 11011111 | 101010 | 100010 | 0 | 1101 | 11100100 | 111011 | 1000101 |
Color Harmonies of #8194DF
Complementary color
Monochromatic Colors of #8194DF
Black with #8194DF
Text Example
Text Example
White with #8194DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8194DF; }
p { color: rgb(129,148,223); }
H1.HeaderClassName
{
color: #8194DF;
}
.AnyTagClassName
{
color: #8194DF;
}
</style>
background-color css
<style>
a { background-color: #8194DF; }
a { background-color: rgb(129,148,223); }
div.DivClassName
{
background-color: #8194DF;
}
.BgClassName
{
background-color: #8194DF;
}
</style>
border-color css
<style>
span { border-color: #8194DF; }
span { border-color: rgb(129,148,223); }
td.TdClassName
{
border-color: #8194DF;
}
.TagClassName
{
border-color: #8194DF;
}
</style>