Shades of Portage #808FCB
Tints of Portage #808FCB
RGB
CMYK
RGB Variations
Color information
#808FCB (or 0x808FCB) is known color: Portage. HEX triplet: 80, 8F and CB. RGB value is (128,143,203). Sum of RGB (Red+Green+Blue) = 128+143+203=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #808FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FCB is #7F7034. Grayscale: #919191. Windows color (decimal): -8351797 or 13340544. OLE color: 13340544.
HSL color Cylindrical-coordinate representation of color #808FCB: hue angle of 228º 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 #808FCB is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 143 | 203 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.20 |
| HSL | 228º | 0.42% | 0.65% | - |
| HSV(B) | 228º | 0.37% | 0.8% | - |
| XYZ | 29.5 | 28.55 | 60.45 | - |
| YUV | 145.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 203 | 0.37 | 0.30 | 0 | 0.20 | 228 | 0.42 | 0.65 |
| Hex | 80 | 8F | CB | 25 | 1E | 0 | 14 | E4 | 2A | 41 |
| Octal | 200 | 217 | 313 | 45 | 36 | 0 | 24 | 344 | 52 | 101 |
| Binary | 10000000 | 10001111 | 11001011 | 100101 | 11110 | 0 | 10100 | 11100100 | 101010 | 1000001 |
Color Harmonies of #808FCB
Complementary color
Monochromatic Colors of #808FCB
Black with #808FCB
Text Example
Text Example
White with #808FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FCB; }
p { color: rgb(128,143,203); }
H1.HeaderClassName
{
color: #808FCB;
}
.AnyTagClassName
{
color: #808FCB;
}
</style>
background-color css
<style>
a { background-color: #808FCB; }
a { background-color: rgb(128,143,203); }
div.DivClassName
{
background-color: #808FCB;
}
.BgClassName
{
background-color: #808FCB;
}
</style>
border-color css
<style>
span { border-color: #808FCB; }
span { border-color: rgb(128,143,203); }
td.TdClassName
{
border-color: #808FCB;
}
.TagClassName
{
border-color: #808FCB;
}
</style>