Shades of Portage #8497DF
Tints of Portage #8497DF
RGB
CMYK
RGB Variations
Color information
#8497DF (or 0x8497DF) is known color: Portage. HEX triplet: 84, 97 and DF. RGB value is (132,151,223). Sum of RGB (Red+Green+Blue) = 132+151+223=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #8497DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497DF is #7B6820. Grayscale: #999999. Windows color (decimal): -8087585 or 14653316. OLE color: 14653316.
HSL color Cylindrical-coordinate representation of color #8497DF: hue angle of 227.47º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8497DF is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 151 | 223 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.13 |
| HSL | 227.47º | 0.59% | 0.7% | - |
| HSV(B) | 227.47º | 0.41% | 0.87% | - |
| XYZ | 33.9 | 32.37 | 74.27 | - |
| YUV | 153.53 | 167.21 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 223 | 0.41 | 0.32 | 0 | 0.13 | 227.47 | 0.59 | 0.7 |
| Hex | 84 | 97 | DF | 29 | 20 | 0 | D | E3 | 3B | 46 |
| Octal | 204 | 227 | 337 | 51 | 40 | 0 | 15 | 343 | 73 | 106 |
| Binary | 10000100 | 10010111 | 11011111 | 101001 | 100000 | 0 | 1101 | 11100011 | 111011 | 1000110 |
Color Harmonies of #8497DF
Complementary color
Monochromatic Colors of #8497DF
Black with #8497DF
Text Example
Text Example
White with #8497DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8497DF; }
p { color: rgb(132,151,223); }
H1.HeaderClassName
{
color: #8497DF;
}
.AnyTagClassName
{
color: #8497DF;
}
</style>
background-color css
<style>
a { background-color: #8497DF; }
a { background-color: rgb(132,151,223); }
div.DivClassName
{
background-color: #8497DF;
}
.BgClassName
{
background-color: #8497DF;
}
</style>
border-color css
<style>
span { border-color: #8497DF; }
span { border-color: rgb(132,151,223); }
td.TdClassName
{
border-color: #8497DF;
}
.TagClassName
{
border-color: #8497DF;
}
</style>