Shades of Portage #8497CB
Tints of Portage #8497CB
RGB
CMYK
RGB Variations
Color information
#8497CB (or 0x8497CB) is known color: Portage. HEX triplet: 84, 97 and CB. RGB value is (132,151,203). Sum of RGB (Red+Green+Blue) = 132+151+203=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #8497CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497CB is #7B6834. Grayscale: #979797. Windows color (decimal): -8087605 or 13342596. OLE color: 13342596.
HSL color Cylindrical-coordinate representation of color #8497CB: hue angle of 223.94º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8497CB is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 151 | 203 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.20 |
| HSL | 223.94º | 0.41% | 0.66% | - |
| HSV(B) | 223.94º | 0.35% | 0.8% | - |
| XYZ | 31.36 | 31.35 | 60.9 | - |
| YUV | 151.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 203 | 0.35 | 0.26 | 0 | 0.20 | 223.94 | 0.41 | 0.66 |
| Hex | 84 | 97 | CB | 23 | 1A | 0 | 14 | E0 | 29 | 42 |
| Octal | 204 | 227 | 313 | 43 | 32 | 0 | 24 | 340 | 51 | 102 |
| Binary | 10000100 | 10010111 | 11001011 | 100011 | 11010 | 0 | 10100 | 11100000 | 101001 | 1000010 |
Color Harmonies of #8497CB
Complementary color
Monochromatic Colors of #8497CB
Black with #8497CB
Text Example
Text Example
White with #8497CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8497CB; }
p { color: rgb(132,151,203); }
H1.HeaderClassName
{
color: #8497CB;
}
.AnyTagClassName
{
color: #8497CB;
}
</style>
background-color css
<style>
a { background-color: #8497CB; }
a { background-color: rgb(132,151,203); }
div.DivClassName
{
background-color: #8497CB;
}
.BgClassName
{
background-color: #8497CB;
}
</style>
border-color css
<style>
span { border-color: #8497CB; }
span { border-color: rgb(132,151,203); }
td.TdClassName
{
border-color: #8497CB;
}
.TagClassName
{
border-color: #8497CB;
}
</style>