Shades of Portage #8195DF
Tints of Portage #8195DF
RGB
CMYK
RGB Variations
Color information
#8195DF (or 0x8195DF) is known color: Portage. HEX triplet: 81, 95 and DF. RGB value is (129,149,223). Sum of RGB (Red+Green+Blue) = 129+149+223=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8195DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195DF is #7E6A20. Grayscale: #979797. Windows color (decimal): -8284705 or 14652801. OLE color: 14652801.
HSL color Cylindrical-coordinate representation of color #8195DF: hue angle of 227.23º 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 #8195DF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 149 | 223 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.13 |
| HSL | 227.23º | 0.59% | 0.69% | - |
| HSV(B) | 227.23º | 0.42% | 0.87% | - |
| XYZ | 33.12 | 31.49 | 74.14 | - |
| YUV | 151.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 223 | 0.42 | 0.33 | 0 | 0.13 | 227.23 | 0.59 | 0.69 |
| Hex | 81 | 95 | DF | 2A | 21 | 0 | D | E3 | 3B | 45 |
| Octal | 201 | 225 | 337 | 52 | 41 | 0 | 15 | 343 | 73 | 105 |
| Binary | 10000001 | 10010101 | 11011111 | 101010 | 100001 | 0 | 1101 | 11100011 | 111011 | 1000101 |
Color Harmonies of #8195DF
Complementary color
Monochromatic Colors of #8195DF
Black with #8195DF
Text Example
Text Example
White with #8195DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195DF; }
p { color: rgb(129,149,223); }
H1.HeaderClassName
{
color: #8195DF;
}
.AnyTagClassName
{
color: #8195DF;
}
</style>
background-color css
<style>
a { background-color: #8195DF; }
a { background-color: rgb(129,149,223); }
div.DivClassName
{
background-color: #8195DF;
}
.BgClassName
{
background-color: #8195DF;
}
</style>
border-color css
<style>
span { border-color: #8195DF; }
span { border-color: rgb(129,149,223); }
td.TdClassName
{
border-color: #8195DF;
}
.TagClassName
{
border-color: #8195DF;
}
</style>