Shades of Portage #8193DD
Tints of Portage #8193DD
RGB
CMYK
RGB Variations
Color information
#8193DD (or 0x8193DD) is known color: Portage. HEX triplet: 81, 93 and DD. RGB value is (129,147,221). Sum of RGB (Red+Green+Blue) = 129+147+221=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #8193DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193DD is #7E6C22. Grayscale: #959595. Windows color (decimal): -8285219 or 14521217. OLE color: 14521217.
HSL color Cylindrical-coordinate representation of color #8193DD: hue angle of 228.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8193DD is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 147 | 221 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.13 |
| HSL | 228.26º | 0.58% | 0.69% | - |
| HSV(B) | 228.26º | 0.42% | 0.87% | - |
| XYZ | 32.54 | 30.76 | 72.63 | - |
| YUV | 150.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 221 | 0.42 | 0.33 | 0 | 0.13 | 228.26 | 0.58 | 0.69 |
| Hex | 81 | 93 | DD | 2A | 21 | 0 | D | E4 | 3A | 45 |
| Octal | 201 | 223 | 335 | 52 | 41 | 0 | 15 | 344 | 72 | 105 |
| Binary | 10000001 | 10010011 | 11011101 | 101010 | 100001 | 0 | 1101 | 11100100 | 111010 | 1000101 |
Color Harmonies of #8193DD
Complementary color
Monochromatic Colors of #8193DD
Black with #8193DD
Text Example
Text Example
White with #8193DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193DD; }
p { color: rgb(129,147,221); }
H1.HeaderClassName
{
color: #8193DD;
}
.AnyTagClassName
{
color: #8193DD;
}
</style>
background-color css
<style>
a { background-color: #8193DD; }
a { background-color: rgb(129,147,221); }
div.DivClassName
{
background-color: #8193DD;
}
.BgClassName
{
background-color: #8193DD;
}
</style>
border-color css
<style>
span { border-color: #8193DD; }
span { border-color: rgb(129,147,221); }
td.TdClassName
{
border-color: #8193DD;
}
.TagClassName
{
border-color: #8193DD;
}
</style>