Shades of Portage #8293D7
Tints of Portage #8293D7
RGB
CMYK
RGB Variations
Color information
#8293D7 (or 0x8293D7) is known color: Portage. HEX triplet: 82, 93 and D7. RGB value is (130,147,215). Sum of RGB (Red+Green+Blue) = 130+147+215=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #8293D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8293D7 is #7D6C28. Grayscale: #959595. Windows color (decimal): -8219689 or 14128002. OLE color: 14128002.
HSL color Cylindrical-coordinate representation of color #8293D7: hue angle of 228º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8293D7 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 147 | 215 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.16 |
| HSL | 228º | 0.52% | 0.68% | - |
| HSV(B) | 228º | 0.4% | 0.84% | - |
| XYZ | 31.91 | 30.52 | 68.5 | - |
| YUV | 149.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 215 | 0.40 | 0.32 | 0 | 0.16 | 228 | 0.52 | 0.68 |
| Hex | 82 | 93 | D7 | 28 | 20 | 0 | 10 | E4 | 34 | 44 |
| Octal | 202 | 223 | 327 | 50 | 40 | 0 | 20 | 344 | 64 | 104 |
| Binary | 10000010 | 10010011 | 11010111 | 101000 | 100000 | 0 | 10000 | 11100100 | 110100 | 1000100 |
Color Harmonies of #8293D7
Complementary color
Monochromatic Colors of #8293D7
Black with #8293D7
Text Example
Text Example
White with #8293D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8293D7; }
p { color: rgb(130,147,215); }
H1.HeaderClassName
{
color: #8293D7;
}
.AnyTagClassName
{
color: #8293D7;
}
</style>
background-color css
<style>
a { background-color: #8293D7; }
a { background-color: rgb(130,147,215); }
div.DivClassName
{
background-color: #8293D7;
}
.BgClassName
{
background-color: #8293D7;
}
</style>
border-color css
<style>
span { border-color: #8293D7; }
span { border-color: rgb(130,147,215); }
td.TdClassName
{
border-color: #8293D7;
}
.TagClassName
{
border-color: #8293D7;
}
</style>