Shades of Portage #8B98CE
Tints of Portage #8B98CE
RGB
CMYK
RGB Variations
Color information
#8B98CE (or 0x8B98CE) is known color: Portage. HEX triplet: 8B, 98 and CE. RGB value is (139,152,206). Sum of RGB (Red+Green+Blue) = 139+152+206=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98CE is #746731. Grayscale: #9A9A9A. Windows color (decimal): -7628594 or 13539467. OLE color: 13539467.
HSL color Cylindrical-coordinate representation of color #8B98CE: hue angle of 228.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B98CE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 152 | 206 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.19 |
| HSL | 228.36º | 0.41% | 0.68% | - |
| HSV(B) | 228.36º | 0.33% | 0.81% | - |
| XYZ | 33.02 | 32.4 | 62.91 | - |
| YUV | 154.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 206 | 0.33 | 0.26 | 0 | 0.19 | 228.36 | 0.41 | 0.68 |
| Hex | 8B | 98 | CE | 21 | 1A | 0 | 13 | E4 | 29 | 44 |
| Octal | 213 | 230 | 316 | 41 | 32 | 0 | 23 | 344 | 51 | 104 |
| Binary | 10001011 | 10011000 | 11001110 | 100001 | 11010 | 0 | 10011 | 11100100 | 101001 | 1000100 |
Color Harmonies of #8B98CE
Complementary color
Monochromatic Colors of #8B98CE
Black with #8B98CE
Text Example
Text Example
White with #8B98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B98CE; }
p { color: rgb(139,152,206); }
H1.HeaderClassName
{
color: #8B98CE;
}
.AnyTagClassName
{
color: #8B98CE;
}
</style>
background-color css
<style>
a { background-color: #8B98CE; }
a { background-color: rgb(139,152,206); }
div.DivClassName
{
background-color: #8B98CE;
}
.BgClassName
{
background-color: #8B98CE;
}
</style>
border-color css
<style>
span { border-color: #8B98CE; }
span { border-color: rgb(139,152,206); }
td.TdClassName
{
border-color: #8B98CE;
}
.TagClassName
{
border-color: #8B98CE;
}
</style>