Shades of Portage #8094CB
Tints of Portage #8094CB
RGB
CMYK
RGB Variations
Color information
#8094CB (or 0x8094CB) is known color: Portage. HEX triplet: 80, 94 and CB. RGB value is (128,148,203). Sum of RGB (Red+Green+Blue) = 128+148+203=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8094CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8094CB is #7F6B34. Grayscale: #949494. Windows color (decimal): -8350517 or 13341824. OLE color: 13341824.
HSL color Cylindrical-coordinate representation of color #8094CB: hue angle of 224º 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 #8094CB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 148 | 203 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.20 |
| HSL | 224º | 0.42% | 0.65% | - |
| HSV(B) | 224º | 0.37% | 0.8% | - |
| XYZ | 30.27 | 30.08 | 60.71 | - |
| YUV | 148.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 203 | 0.37 | 0.27 | 0 | 0.20 | 224 | 0.42 | 0.65 |
| Hex | 80 | 94 | CB | 25 | 1B | 0 | 14 | E0 | 2A | 41 |
| Octal | 200 | 224 | 313 | 45 | 33 | 0 | 24 | 340 | 52 | 101 |
| Binary | 10000000 | 10010100 | 11001011 | 100101 | 11011 | 0 | 10100 | 11100000 | 101010 | 1000001 |
Color Harmonies of #8094CB
Complementary color
Monochromatic Colors of #8094CB
Black with #8094CB
Text Example
Text Example
White with #8094CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8094CB; }
p { color: rgb(128,148,203); }
H1.HeaderClassName
{
color: #8094CB;
}
.AnyTagClassName
{
color: #8094CB;
}
</style>
background-color css
<style>
a { background-color: #8094CB; }
a { background-color: rgb(128,148,203); }
div.DivClassName
{
background-color: #8094CB;
}
.BgClassName
{
background-color: #8094CB;
}
</style>
border-color css
<style>
span { border-color: #8094CB; }
span { border-color: rgb(128,148,203); }
td.TdClassName
{
border-color: #8094CB;
}
.TagClassName
{
border-color: #8094CB;
}
</style>