Shades of Portage #8497FB
Tints of Portage #8497FB
RGB
CMYK
RGB Variations
Color information
#8497FB (or 0x8497FB) is known color: Portage. HEX triplet: 84, 97 and FB. RGB value is (132,151,251). Sum of RGB (Red+Green+Blue) = 132+151+251=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #8497FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8497FB is #7B6804. Grayscale: #9C9C9C. Windows color (decimal): -8087557 or 16488324. OLE color: 16488324.
HSL color Cylindrical-coordinate representation of color #8497FB: hue angle of 230.42º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8497FB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 151 | 251 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.02 |
| HSL | 230.42º | 0.94% | 0.75% | - |
| HSV(B) | 230.42º | 0.47% | 0.98% | - |
| XYZ | 37.99 | 34 | 95.83 | - |
| YUV | 156.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 251 | 0.47 | 0.40 | 0 | 0.02 | 230.42 | 0.94 | 0.75 |
| Hex | 84 | 97 | FB | 2F | 28 | 0 | 2 | E6 | 5E | 4B |
| Octal | 204 | 227 | 373 | 57 | 50 | 0 | 2 | 346 | 136 | 113 |
| Binary | 10000100 | 10010111 | 11111011 | 101111 | 101000 | 0 | 10 | 11100110 | 1011110 | 1001011 |
Color Harmonies of #8497FB
Complementary color
Monochromatic Colors of #8497FB
Black with #8497FB
Text Example
Text Example
White with #8497FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8497FB; }
p { color: rgb(132,151,251); }
H1.HeaderClassName
{
color: #8497FB;
}
.AnyTagClassName
{
color: #8497FB;
}
</style>
background-color css
<style>
a { background-color: #8497FB; }
a { background-color: rgb(132,151,251); }
div.DivClassName
{
background-color: #8497FB;
}
.BgClassName
{
background-color: #8497FB;
}
</style>
border-color css
<style>
span { border-color: #8497FB; }
span { border-color: rgb(132,151,251); }
td.TdClassName
{
border-color: #8497FB;
}
.TagClassName
{
border-color: #8497FB;
}
</style>