Shades of Portage #8192CB
Tints of Portage #8192CB
RGB
CMYK
RGB Variations
Color information
#8192CB (or 0x8192CB) is known color: Portage. HEX triplet: 81, 92 and CB. RGB value is (129,146,203). Sum of RGB (Red+Green+Blue) = 129+146+203=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #8192CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8192CB is #7E6D34. Grayscale: #939393. Windows color (decimal): -8285493 or 13341313. OLE color: 13341313.
HSL color Cylindrical-coordinate representation of color #8192CB: hue angle of 226.22º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8192CB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 146 | 203 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.20 |
| HSL | 226.22º | 0.42% | 0.65% | - |
| HSV(B) | 226.22º | 0.36% | 0.8% | - |
| XYZ | 30.11 | 29.54 | 60.61 | - |
| YUV | 147.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 203 | 0.36 | 0.28 | 0 | 0.20 | 226.22 | 0.42 | 0.65 |
| Hex | 81 | 92 | CB | 24 | 1C | 0 | 14 | E2 | 2A | 41 |
| Octal | 201 | 222 | 313 | 44 | 34 | 0 | 24 | 342 | 52 | 101 |
| Binary | 10000001 | 10010010 | 11001011 | 100100 | 11100 | 0 | 10100 | 11100010 | 101010 | 1000001 |
Color Harmonies of #8192CB
Complementary color
Monochromatic Colors of #8192CB
Black with #8192CB
Text Example
Text Example
White with #8192CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192CB; }
p { color: rgb(129,146,203); }
H1.HeaderClassName
{
color: #8192CB;
}
.AnyTagClassName
{
color: #8192CB;
}
</style>
background-color css
<style>
a { background-color: #8192CB; }
a { background-color: rgb(129,146,203); }
div.DivClassName
{
background-color: #8192CB;
}
.BgClassName
{
background-color: #8192CB;
}
</style>
border-color css
<style>
span { border-color: #8192CB; }
span { border-color: rgb(129,146,203); }
td.TdClassName
{
border-color: #8192CB;
}
.TagClassName
{
border-color: #8192CB;
}
</style>