Shades of Portage #8092CB
Tints of Portage #8092CB
RGB
CMYK
RGB Variations
Color information
#8092CB (or 0x8092CB) is known color: Portage. HEX triplet: 80, 92 and CB. RGB value is (128,146,203). Sum of RGB (Red+Green+Blue) = 128+146+203=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #8092CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092CB is #7F6D34. Grayscale: #929292. Windows color (decimal): -8351029 or 13341312. OLE color: 13341312.
HSL color Cylindrical-coordinate representation of color #8092CB: hue angle of 225.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8092CB is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 146 | 203 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.20 |
| HSL | 225.6º | 0.42% | 0.65% | - |
| HSV(B) | 225.6º | 0.37% | 0.8% | - |
| XYZ | 29.96 | 29.46 | 60.61 | - |
| YUV | 147.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 203 | 0.37 | 0.28 | 0 | 0.20 | 225.6 | 0.42 | 0.65 |
| Hex | 80 | 92 | CB | 25 | 1C | 0 | 14 | E2 | 2A | 41 |
| Octal | 200 | 222 | 313 | 45 | 34 | 0 | 24 | 342 | 52 | 101 |
| Binary | 10000000 | 10010010 | 11001011 | 100101 | 11100 | 0 | 10100 | 11100010 | 101010 | 1000001 |
Color Harmonies of #8092CB
Complementary color
Monochromatic Colors of #8092CB
Black with #8092CB
Text Example
Text Example
White with #8092CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092CB; }
p { color: rgb(128,146,203); }
H1.HeaderClassName
{
color: #8092CB;
}
.AnyTagClassName
{
color: #8092CB;
}
</style>
background-color css
<style>
a { background-color: #8092CB; }
a { background-color: rgb(128,146,203); }
div.DivClassName
{
background-color: #8092CB;
}
.BgClassName
{
background-color: #8092CB;
}
</style>
border-color css
<style>
span { border-color: #8092CB; }
span { border-color: rgb(128,146,203); }
td.TdClassName
{
border-color: #8092CB;
}
.TagClassName
{
border-color: #8092CB;
}
</style>