Shades of Portage #8495D8
Tints of Portage #8495D8
RGB
CMYK
RGB Variations
Color information
#8495D8 (or 0x8495D8) is known color: Portage. HEX triplet: 84, 95 and D8. RGB value is (132,149,216). Sum of RGB (Red+Green+Blue) = 132+149+216=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #8495D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495D8 is #7B6A27. Grayscale: #979797. Windows color (decimal): -8088104 or 14194052. OLE color: 14194052.
HSL color Cylindrical-coordinate representation of color #8495D8: hue angle of 227.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8495D8 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 149 | 216 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.15 |
| HSL | 227.86º | 0.52% | 0.68% | - |
| HSV(B) | 227.86º | 0.39% | 0.85% | - |
| XYZ | 32.66 | 31.36 | 69.3 | - |
| YUV | 151.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 216 | 0.39 | 0.31 | 0 | 0.15 | 227.86 | 0.52 | 0.68 |
| Hex | 84 | 95 | D8 | 27 | 1F | 0 | F | E4 | 34 | 44 |
| Octal | 204 | 225 | 330 | 47 | 37 | 0 | 17 | 344 | 64 | 104 |
| Binary | 10000100 | 10010101 | 11011000 | 100111 | 11111 | 0 | 1111 | 11100100 | 110100 | 1000100 |
Color Harmonies of #8495D8
Complementary color
Monochromatic Colors of #8495D8
Black with #8495D8
Text Example
Text Example
White with #8495D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495D8; }
p { color: rgb(132,149,216); }
H1.HeaderClassName
{
color: #8495D8;
}
.AnyTagClassName
{
color: #8495D8;
}
</style>
background-color css
<style>
a { background-color: #8495D8; }
a { background-color: rgb(132,149,216); }
div.DivClassName
{
background-color: #8495D8;
}
.BgClassName
{
background-color: #8495D8;
}
</style>
border-color css
<style>
span { border-color: #8495D8; }
span { border-color: rgb(132,149,216); }
td.TdClassName
{
border-color: #8495D8;
}
.TagClassName
{
border-color: #8495D8;
}
</style>