Shades of Portage #808BCB
Tints of Portage #808BCB
RGB
CMYK
RGB Variations
Color information
#808BCB (or 0x808BCB) is known color: Portage. HEX triplet: 80, 8B and CB. RGB value is (128,139,203). Sum of RGB (Red+Green+Blue) = 128+139+203=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #808BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BCB is #7F7434. Grayscale: #8E8E8E. Windows color (decimal): -8352821 or 13339520. OLE color: 13339520.
HSL color Cylindrical-coordinate representation of color #808BCB: hue angle of 231.2º 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 #808BCB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 139 | 203 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.20 |
| HSL | 231.2º | 0.42% | 0.65% | - |
| HSV(B) | 231.2º | 0.37% | 0.8% | - |
| XYZ | 28.91 | 27.37 | 60.26 | - |
| YUV | 143.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 203 | 0.37 | 0.32 | 0 | 0.20 | 231.2 | 0.42 | 0.65 |
| Hex | 80 | 8B | CB | 25 | 20 | 0 | 14 | E7 | 2A | 41 |
| Octal | 200 | 213 | 313 | 45 | 40 | 0 | 24 | 347 | 52 | 101 |
| Binary | 10000000 | 10001011 | 11001011 | 100101 | 100000 | 0 | 10100 | 11100111 | 101010 | 1000001 |
Color Harmonies of #808BCB
Complementary color
Monochromatic Colors of #808BCB
Black with #808BCB
Text Example
Text Example
White with #808BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BCB; }
p { color: rgb(128,139,203); }
H1.HeaderClassName
{
color: #808BCB;
}
.AnyTagClassName
{
color: #808BCB;
}
</style>
background-color css
<style>
a { background-color: #808BCB; }
a { background-color: rgb(128,139,203); }
div.DivClassName
{
background-color: #808BCB;
}
.BgClassName
{
background-color: #808BCB;
}
</style>
border-color css
<style>
span { border-color: #808BCB; }
span { border-color: rgb(128,139,203); }
td.TdClassName
{
border-color: #808BCB;
}
.TagClassName
{
border-color: #808BCB;
}
</style>