Shades of Portage #8193DF
Tints of Portage #8193DF
RGB
CMYK
RGB Variations
Color information
#8193DF (or 0x8193DF) is known color: Portage. HEX triplet: 81, 93 and DF. RGB value is (129,147,223). Sum of RGB (Red+Green+Blue) = 129+147+223=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #8193DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193DF is #7E6C20. Grayscale: #959595. Windows color (decimal): -8285217 or 14652289. OLE color: 14652289.
HSL color Cylindrical-coordinate representation of color #8193DF: hue angle of 228.51º degrees, saturation: 0.59, 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 #8193DF is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 147 | 223 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.13 |
| HSL | 228.51º | 0.59% | 0.69% | - |
| HSV(B) | 228.51º | 0.42% | 0.87% | - |
| XYZ | 32.81 | 30.86 | 74.04 | - |
| YUV | 150.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 223 | 0.42 | 0.34 | 0 | 0.13 | 228.51 | 0.59 | 0.69 |
| Hex | 81 | 93 | DF | 2A | 22 | 0 | D | E5 | 3B | 45 |
| Octal | 201 | 223 | 337 | 52 | 42 | 0 | 15 | 345 | 73 | 105 |
| Binary | 10000001 | 10010011 | 11011111 | 101010 | 100010 | 0 | 1101 | 11100101 | 111011 | 1000101 |
Color Harmonies of #8193DF
Complementary color
Monochromatic Colors of #8193DF
Black with #8193DF
Text Example
Text Example
White with #8193DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193DF; }
p { color: rgb(129,147,223); }
H1.HeaderClassName
{
color: #8193DF;
}
.AnyTagClassName
{
color: #8193DF;
}
</style>
background-color css
<style>
a { background-color: #8193DF; }
a { background-color: rgb(129,147,223); }
div.DivClassName
{
background-color: #8193DF;
}
.BgClassName
{
background-color: #8193DF;
}
</style>
border-color css
<style>
span { border-color: #8193DF; }
span { border-color: rgb(129,147,223); }
td.TdClassName
{
border-color: #8193DF;
}
.TagClassName
{
border-color: #8193DF;
}
</style>