Shades of Portage #8B97C3
Tints of Portage #8B97C3
RGB
CMYK
RGB Variations
Color information
#8B97C3 (or 0x8B97C3) is known color: Portage. HEX triplet: 8B, 97 and C3. RGB value is (139,151,195). Sum of RGB (Red+Green+Blue) = 139+151+195=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B97C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B97C3 is #74683C. Grayscale: #989898. Windows color (decimal): -7628861 or 12818315. OLE color: 12818315.
HSL color Cylindrical-coordinate representation of color #8B97C3: hue angle of 227.14º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B97C3 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 151 | 195 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.24 |
| HSL | 227.14º | 0.32% | 0.65% | - |
| HSV(B) | 227.14º | 0.29% | 0.76% | - |
| XYZ | 31.56 | 31.56 | 56.06 | - |
| YUV | 152.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 195 | 0.29 | 0.23 | 0 | 0.24 | 227.14 | 0.32 | 0.65 |
| Hex | 8B | 97 | C3 | 1D | 17 | 0 | 18 | E3 | 20 | 41 |
| Octal | 213 | 227 | 303 | 35 | 27 | 0 | 30 | 343 | 40 | 101 |
| Binary | 10001011 | 10010111 | 11000011 | 11101 | 10111 | 0 | 11000 | 11100011 | 100000 | 1000001 |
Color Harmonies of #8B97C3
Complementary color
Monochromatic Colors of #8B97C3
Black with #8B97C3
Text Example
Text Example
White with #8B97C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B97C3; }
p { color: rgb(139,151,195); }
H1.HeaderClassName
{
color: #8B97C3;
}
.AnyTagClassName
{
color: #8B97C3;
}
</style>
background-color css
<style>
a { background-color: #8B97C3; }
a { background-color: rgb(139,151,195); }
div.DivClassName
{
background-color: #8B97C3;
}
.BgClassName
{
background-color: #8B97C3;
}
</style>
border-color css
<style>
span { border-color: #8B97C3; }
span { border-color: rgb(139,151,195); }
td.TdClassName
{
border-color: #8B97C3;
}
.TagClassName
{
border-color: #8B97C3;
}
</style>