Shades of Portage #8497FF
Tints of Portage #8497FF
RGB
CMYK
RGB Variations
Color information
#8497FF (or 0x8497FF) is known color: Portage. HEX triplet: 84, 97 and FF. RGB value is (132,151,255). Sum of RGB (Red+Green+Blue) = 132+151+255=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #8497FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8497FF is #7B6800. Grayscale: #9C9C9C. Windows color (decimal): -8087553 or 16750468. OLE color: 16750468.
HSL color Cylindrical-coordinate representation of color #8497FF: hue angle of 230.73º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8497FF is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 151 | 255 | - |
| CMYK | 0.48 | 0.41 | 0 | 0 |
| HSL | 230.73º | 1% | 0.76% | - |
| HSV(B) | 230.73º | 0.48% | 1% | - |
| XYZ | 38.63 | 34.26 | 99.18 | - |
| YUV | 157.18 | 183.21 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 255 | 0.48 | 0.41 | 0 | 0 | 230.73 | 1 | 0.76 |
| Hex | 84 | 97 | FF | 30 | 29 | 0 | 0 | E7 | 64 | 4C |
| Octal | 204 | 227 | 377 | 60 | 51 | 0 | 0 | 347 | 144 | 114 |
| Binary | 10000100 | 10010111 | 11111111 | 110000 | 101001 | 0 | 0 | 11100111 | 1100100 | 1001100 |
Color Harmonies of #8497FF
Complementary color
Monochromatic Colors of #8497FF
Black with #8497FF
Text Example
Text Example
White with #8497FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8497FF; }
p { color: rgb(132,151,255); }
H1.HeaderClassName
{
color: #8497FF;
}
.AnyTagClassName
{
color: #8497FF;
}
</style>
background-color css
<style>
a { background-color: #8497FF; }
a { background-color: rgb(132,151,255); }
div.DivClassName
{
background-color: #8497FF;
}
.BgClassName
{
background-color: #8497FF;
}
</style>
border-color css
<style>
span { border-color: #8497FF; }
span { border-color: rgb(132,151,255); }
td.TdClassName
{
border-color: #8497FF;
}
.TagClassName
{
border-color: #8497FF;
}
</style>