Shades of Portage #8292DF
Tints of Portage #8292DF
RGB
CMYK
RGB Variations
Color information
#8292DF (or 0x8292DF) is known color: Portage. HEX triplet: 82, 92 and DF. RGB value is (130,146,223). Sum of RGB (Red+Green+Blue) = 130+146+223=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 146 (57.42% from 255 or 29.26% 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 #8292DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292DF is #7D6D20. Grayscale: #959595. Windows color (decimal): -8219937 or 14652034. OLE color: 14652034.
HSL color Cylindrical-coordinate representation of color #8292DF: hue angle of 229.68º 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 #8292DF is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 146 | 223 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.13 |
| HSL | 229.68º | 0.59% | 0.69% | - |
| HSV(B) | 229.68º | 0.42% | 0.87% | - |
| XYZ | 32.8 | 30.63 | 74 | - |
| YUV | 149.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 223 | 0.42 | 0.35 | 0 | 0.13 | 229.68 | 0.59 | 0.69 |
| Hex | 82 | 92 | DF | 2A | 23 | 0 | D | E6 | 3B | 45 |
| Octal | 202 | 222 | 337 | 52 | 43 | 0 | 15 | 346 | 73 | 105 |
| Binary | 10000010 | 10010010 | 11011111 | 101010 | 100011 | 0 | 1101 | 11100110 | 111011 | 1000101 |
Color Harmonies of #8292DF
Complementary color
Monochromatic Colors of #8292DF
Black with #8292DF
Text Example
Text Example
White with #8292DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292DF; }
p { color: rgb(130,146,223); }
H1.HeaderClassName
{
color: #8292DF;
}
.AnyTagClassName
{
color: #8292DF;
}
</style>
background-color css
<style>
a { background-color: #8292DF; }
a { background-color: rgb(130,146,223); }
div.DivClassName
{
background-color: #8292DF;
}
.BgClassName
{
background-color: #8292DF;
}
</style>
border-color css
<style>
span { border-color: #8292DF; }
span { border-color: rgb(130,146,223); }
td.TdClassName
{
border-color: #8292DF;
}
.TagClassName
{
border-color: #8292DF;
}
</style>