Shades of Portage #8095CB
Tints of Portage #8095CB
RGB
CMYK
RGB Variations
Color information
#8095CB (or 0x8095CB) is known color: Portage. HEX triplet: 80, 95 and CB. RGB value is (128,149,203). Sum of RGB (Red+Green+Blue) = 128+149+203=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #8095CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095CB is #7F6A34. Grayscale: #949494. Windows color (decimal): -8350261 or 13342080. OLE color: 13342080.
HSL color Cylindrical-coordinate representation of color #8095CB: hue angle of 223.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 #8095CB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 149 | 203 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.20 |
| HSL | 223.2º | 0.42% | 0.65% | - |
| HSV(B) | 223.2º | 0.37% | 0.8% | - |
| XYZ | 30.43 | 30.4 | 60.76 | - |
| YUV | 148.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 203 | 0.37 | 0.27 | 0 | 0.20 | 223.2 | 0.42 | 0.65 |
| Hex | 80 | 95 | CB | 25 | 1B | 0 | 14 | DF | 2A | 41 |
| Octal | 200 | 225 | 313 | 45 | 33 | 0 | 24 | 337 | 52 | 101 |
| Binary | 10000000 | 10010101 | 11001011 | 100101 | 11011 | 0 | 10100 | 11011111 | 101010 | 1000001 |
Color Harmonies of #8095CB
Complementary color
Monochromatic Colors of #8095CB
Black with #8095CB
Text Example
Text Example
White with #8095CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095CB; }
p { color: rgb(128,149,203); }
H1.HeaderClassName
{
color: #8095CB;
}
.AnyTagClassName
{
color: #8095CB;
}
</style>
background-color css
<style>
a { background-color: #8095CB; }
a { background-color: rgb(128,149,203); }
div.DivClassName
{
background-color: #8095CB;
}
.BgClassName
{
background-color: #8095CB;
}
</style>
border-color css
<style>
span { border-color: #8095CB; }
span { border-color: rgb(128,149,203); }
td.TdClassName
{
border-color: #8095CB;
}
.TagClassName
{
border-color: #8095CB;
}
</style>