Shades of Portage #8295DF
Tints of Portage #8295DF
RGB
CMYK
RGB Variations
Color information
#8295DF (or 0x8295DF) is known color: Portage. HEX triplet: 82, 95 and DF. RGB value is (130,149,223). Sum of RGB (Red+Green+Blue) = 130+149+223=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #8295DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295DF is #7D6A20. Grayscale: #979797. Windows color (decimal): -8219169 or 14652802. OLE color: 14652802.
HSL color Cylindrical-coordinate representation of color #8295DF: hue angle of 227.74º 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 #8295DF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 149 | 223 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.13 |
| HSL | 227.74º | 0.59% | 0.69% | - |
| HSV(B) | 227.74º | 0.42% | 0.87% | - |
| XYZ | 33.27 | 31.57 | 74.15 | - |
| YUV | 151.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 223 | 0.42 | 0.33 | 0 | 0.13 | 227.74 | 0.59 | 0.69 |
| Hex | 82 | 95 | DF | 2A | 21 | 0 | D | E4 | 3B | 45 |
| Octal | 202 | 225 | 337 | 52 | 41 | 0 | 15 | 344 | 73 | 105 |
| Binary | 10000010 | 10010101 | 11011111 | 101010 | 100001 | 0 | 1101 | 11100100 | 111011 | 1000101 |
Color Harmonies of #8295DF
Complementary color
Monochromatic Colors of #8295DF
Black with #8295DF
Text Example
Text Example
White with #8295DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295DF; }
p { color: rgb(130,149,223); }
H1.HeaderClassName
{
color: #8295DF;
}
.AnyTagClassName
{
color: #8295DF;
}
</style>
background-color css
<style>
a { background-color: #8295DF; }
a { background-color: rgb(130,149,223); }
div.DivClassName
{
background-color: #8295DF;
}
.BgClassName
{
background-color: #8295DF;
}
</style>
border-color css
<style>
span { border-color: #8295DF; }
span { border-color: rgb(130,149,223); }
td.TdClassName
{
border-color: #8295DF;
}
.TagClassName
{
border-color: #8295DF;
}
</style>