Shades of Portage #8C97D0
Tints of Portage #8C97D0
RGB
CMYK
RGB Variations
Color information
#8C97D0 (or 0x8C97D0) is known color: Portage. HEX triplet: 8C, 97 and D0. RGB value is (140,151,208). Sum of RGB (Red+Green+Blue) = 140+151+208=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C97D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C97D0 is #73682F. Grayscale: #999999. Windows color (decimal): -7563312 or 13670284. OLE color: 13670284.
HSL color Cylindrical-coordinate representation of color #8C97D0: hue angle of 230.29º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C97D0 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 151 | 208 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.18 |
| HSL | 230.29º | 0.42% | 0.68% | - |
| HSV(B) | 230.29º | 0.33% | 0.82% | - |
| XYZ | 33.27 | 32.26 | 64.15 | - |
| YUV | 154.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 208 | 0.33 | 0.27 | 0 | 0.18 | 230.29 | 0.42 | 0.68 |
| Hex | 8C | 97 | D0 | 21 | 1B | 0 | 12 | E6 | 2A | 44 |
| Octal | 214 | 227 | 320 | 41 | 33 | 0 | 22 | 346 | 52 | 104 |
| Binary | 10001100 | 10010111 | 11010000 | 100001 | 11011 | 0 | 10010 | 11100110 | 101010 | 1000100 |
Color Harmonies of #8C97D0
Complementary color
Monochromatic Colors of #8C97D0
Black with #8C97D0
Text Example
Text Example
White with #8C97D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C97D0; }
p { color: rgb(140,151,208); }
H1.HeaderClassName
{
color: #8C97D0;
}
.AnyTagClassName
{
color: #8C97D0;
}
</style>
background-color css
<style>
a { background-color: #8C97D0; }
a { background-color: rgb(140,151,208); }
div.DivClassName
{
background-color: #8C97D0;
}
.BgClassName
{
background-color: #8C97D0;
}
</style>
border-color css
<style>
span { border-color: #8C97D0; }
span { border-color: rgb(140,151,208); }
td.TdClassName
{
border-color: #8C97D0;
}
.TagClassName
{
border-color: #8C97D0;
}
</style>