Shades of Portage #8194CE
Tints of Portage #8194CE
RGB
CMYK
RGB Variations
Color information
#8194CE (or 0x8194CE) is known color: Portage. HEX triplet: 81, 94 and CE. RGB value is (129,148,206). Sum of RGB (Red+Green+Blue) = 129+148+206=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #8194CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8194CE is #7E6B31. Grayscale: #949494. Windows color (decimal): -8284978 or 13538433. OLE color: 13538433.
HSL color Cylindrical-coordinate representation of color #8194CE: hue angle of 225.19º 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 #8194CE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 148 | 206 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.19 |
| HSL | 225.19º | 0.44% | 0.66% | - |
| HSV(B) | 225.19º | 0.37% | 0.81% | - |
| XYZ | 30.78 | 30.3 | 62.62 | - |
| YUV | 148.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 206 | 0.37 | 0.28 | 0 | 0.19 | 225.19 | 0.44 | 0.66 |
| Hex | 81 | 94 | CE | 25 | 1C | 0 | 13 | E1 | 2C | 42 |
| Octal | 201 | 224 | 316 | 45 | 34 | 0 | 23 | 341 | 54 | 102 |
| Binary | 10000001 | 10010100 | 11001110 | 100101 | 11100 | 0 | 10011 | 11100001 | 101100 | 1000010 |
Color Harmonies of #8194CE
Complementary color
Monochromatic Colors of #8194CE
Black with #8194CE
Text Example
Text Example
White with #8194CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8194CE; }
p { color: rgb(129,148,206); }
H1.HeaderClassName
{
color: #8194CE;
}
.AnyTagClassName
{
color: #8194CE;
}
</style>
background-color css
<style>
a { background-color: #8194CE; }
a { background-color: rgb(129,148,206); }
div.DivClassName
{
background-color: #8194CE;
}
.BgClassName
{
background-color: #8194CE;
}
</style>
border-color css
<style>
span { border-color: #8194CE; }
span { border-color: rgb(129,148,206); }
td.TdClassName
{
border-color: #8194CE;
}
.TagClassName
{
border-color: #8194CE;
}
</style>