Shades of Portage #8193CB
Tints of Portage #8193CB
RGB
CMYK
RGB Variations
Color information
#8193CB (or 0x8193CB) is known color: Portage. HEX triplet: 81, 93 and CB. RGB value is (129,147,203). Sum of RGB (Red+Green+Blue) = 129+147+203=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 147 (57.81% from 255 or 30.69% 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 #8193CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193CB is #7E6C34. Grayscale: #939393. Windows color (decimal): -8285237 or 13341569. OLE color: 13341569.
HSL color Cylindrical-coordinate representation of color #8193CB: hue angle of 225.41º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8193CB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 147 | 203 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.20 |
| HSL | 225.41º | 0.42% | 0.65% | - |
| HSV(B) | 225.41º | 0.36% | 0.8% | - |
| XYZ | 30.27 | 29.85 | 60.67 | - |
| YUV | 148 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 203 | 0.36 | 0.28 | 0 | 0.20 | 225.41 | 0.42 | 0.65 |
| Hex | 81 | 93 | CB | 24 | 1C | 0 | 14 | E1 | 2A | 41 |
| Octal | 201 | 223 | 313 | 44 | 34 | 0 | 24 | 341 | 52 | 101 |
| Binary | 10000001 | 10010011 | 11001011 | 100100 | 11100 | 0 | 10100 | 11100001 | 101010 | 1000001 |
Color Harmonies of #8193CB
Complementary color
Monochromatic Colors of #8193CB
Black with #8193CB
Text Example
Text Example
White with #8193CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193CB; }
p { color: rgb(129,147,203); }
H1.HeaderClassName
{
color: #8193CB;
}
.AnyTagClassName
{
color: #8193CB;
}
</style>
background-color css
<style>
a { background-color: #8193CB; }
a { background-color: rgb(129,147,203); }
div.DivClassName
{
background-color: #8193CB;
}
.BgClassName
{
background-color: #8193CB;
}
</style>
border-color css
<style>
span { border-color: #8193CB; }
span { border-color: rgb(129,147,203); }
td.TdClassName
{
border-color: #8193CB;
}
.TagClassName
{
border-color: #8193CB;
}
</style>