Shades of Portage #8194CF
Tints of Portage #8194CF
RGB
CMYK
RGB Variations
Color information
#8194CF (or 0x8194CF) is known color: Portage. HEX triplet: 81, 94 and CF. RGB value is (129,148,207). Sum of RGB (Red+Green+Blue) = 129+148+207=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #8194CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8194CF is #7E6B30. Grayscale: #949494. Windows color (decimal): -8284977 or 13603969. OLE color: 13603969.
HSL color Cylindrical-coordinate representation of color #8194CF: hue angle of 225.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8194CF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 148 | 207 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.19 |
| HSL | 225.38º | 0.45% | 0.66% | - |
| HSV(B) | 225.38º | 0.38% | 0.81% | - |
| XYZ | 30.91 | 30.35 | 63.26 | - |
| YUV | 149.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 207 | 0.38 | 0.29 | 0 | 0.19 | 225.38 | 0.45 | 0.66 |
| Hex | 81 | 94 | CF | 26 | 1D | 0 | 13 | E1 | 2D | 42 |
| Octal | 201 | 224 | 317 | 46 | 35 | 0 | 23 | 341 | 55 | 102 |
| Binary | 10000001 | 10010100 | 11001111 | 100110 | 11101 | 0 | 10011 | 11100001 | 101101 | 1000010 |
Color Harmonies of #8194CF
Complementary color
Monochromatic Colors of #8194CF
Black with #8194CF
Text Example
Text Example
White with #8194CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8194CF; }
p { color: rgb(129,148,207); }
H1.HeaderClassName
{
color: #8194CF;
}
.AnyTagClassName
{
color: #8194CF;
}
</style>
background-color css
<style>
a { background-color: #8194CF; }
a { background-color: rgb(129,148,207); }
div.DivClassName
{
background-color: #8194CF;
}
.BgClassName
{
background-color: #8194CF;
}
</style>
border-color css
<style>
span { border-color: #8194CF; }
span { border-color: rgb(129,148,207); }
td.TdClassName
{
border-color: #8194CF;
}
.TagClassName
{
border-color: #8194CF;
}
</style>