Shades of Portage #8195DD
Tints of Portage #8195DD
RGB
CMYK
RGB Variations
Color information
#8195DD (or 0x8195DD) is known color: Portage. HEX triplet: 81, 95 and DD. RGB value is (129,149,221). Sum of RGB (Red+Green+Blue) = 129+149+221=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8195DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195DD is #7E6A22. Grayscale: #969696. Windows color (decimal): -8284707 or 14521729. OLE color: 14521729.
HSL color Cylindrical-coordinate representation of color #8195DD: hue angle of 226.96º 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 #8195DD is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 149 | 221 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.13 |
| HSL | 226.96º | 0.58% | 0.69% | - |
| HSV(B) | 226.96º | 0.42% | 0.87% | - |
| XYZ | 32.85 | 31.38 | 72.73 | - |
| YUV | 151.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 221 | 0.42 | 0.33 | 0 | 0.13 | 226.96 | 0.58 | 0.69 |
| Hex | 81 | 95 | DD | 2A | 21 | 0 | D | E3 | 3A | 45 |
| Octal | 201 | 225 | 335 | 52 | 41 | 0 | 15 | 343 | 72 | 105 |
| Binary | 10000001 | 10010101 | 11011101 | 101010 | 100001 | 0 | 1101 | 11100011 | 111010 | 1000101 |
Color Harmonies of #8195DD
Complementary color
Monochromatic Colors of #8195DD
Black with #8195DD
Text Example
Text Example
White with #8195DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195DD; }
p { color: rgb(129,149,221); }
H1.HeaderClassName
{
color: #8195DD;
}
.AnyTagClassName
{
color: #8195DD;
}
</style>
background-color css
<style>
a { background-color: #8195DD; }
a { background-color: rgb(129,149,221); }
div.DivClassName
{
background-color: #8195DD;
}
.BgClassName
{
background-color: #8195DD;
}
</style>
border-color css
<style>
span { border-color: #8195DD; }
span { border-color: rgb(129,149,221); }
td.TdClassName
{
border-color: #8195DD;
}
.TagClassName
{
border-color: #8195DD;
}
</style>