Shades of Portage #8B98DE
Tints of Portage #8B98DE
RGB
CMYK
RGB Variations
Color information
#8B98DE (or 0x8B98DE) is known color: Portage. HEX triplet: 8B, 98 and DE. RGB value is (139,152,222). Sum of RGB (Red+Green+Blue) = 139+152+222=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B98DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98DE is #746721. Grayscale: #9B9B9B. Windows color (decimal): -7628578 or 14588043. OLE color: 14588043.
HSL color Cylindrical-coordinate representation of color #8B98DE: hue angle of 230.6º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B98DE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 152 | 222 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.13 |
| HSL | 230.6º | 0.56% | 0.71% | - |
| HSV(B) | 230.6º | 0.37% | 0.87% | - |
| XYZ | 35.06 | 33.22 | 73.67 | - |
| YUV | 156.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 222 | 0.37 | 0.32 | 0 | 0.13 | 230.6 | 0.56 | 0.71 |
| Hex | 8B | 98 | DE | 25 | 20 | 0 | D | E7 | 38 | 47 |
| Octal | 213 | 230 | 336 | 45 | 40 | 0 | 15 | 347 | 70 | 107 |
| Binary | 10001011 | 10011000 | 11011110 | 100101 | 100000 | 0 | 1101 | 11100111 | 111000 | 1000111 |
Color Harmonies of #8B98DE
Complementary color
Monochromatic Colors of #8B98DE
Black with #8B98DE
Text Example
Text Example
White with #8B98DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B98DE; }
p { color: rgb(139,152,222); }
H1.HeaderClassName
{
color: #8B98DE;
}
.AnyTagClassName
{
color: #8B98DE;
}
</style>
background-color css
<style>
a { background-color: #8B98DE; }
a { background-color: rgb(139,152,222); }
div.DivClassName
{
background-color: #8B98DE;
}
.BgClassName
{
background-color: #8B98DE;
}
</style>
border-color css
<style>
span { border-color: #8B98DE; }
span { border-color: rgb(139,152,222); }
td.TdClassName
{
border-color: #8B98DE;
}
.TagClassName
{
border-color: #8B98DE;
}
</style>