Shades of Portage #8F90DC
Tints of Portage #8F90DC
RGB
CMYK
RGB Variations
Color information
#8F90DC (or 0x8F90DC) is known color: Portage. HEX triplet: 8F, 90 and DC. RGB value is (143,144,220). Sum of RGB (Red+Green+Blue) = 143+144+220=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90DC is #706F23. Grayscale: #989898. Windows color (decimal): -7368484 or 14454927. OLE color: 14454927.
HSL color Cylindrical-coordinate representation of color #8F90DC: hue angle of 239.22º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F90DC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 144 | 220 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.14 |
| HSL | 239.22º | 0.52% | 0.71% | - |
| HSV(B) | 239.22º | 0.35% | 0.86% | - |
| XYZ | 34.22 | 30.95 | 71.88 | - |
| YUV | 152.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 220 | 0.35 | 0.35 | 0 | 0.14 | 239.22 | 0.52 | 0.71 |
| Hex | 8F | 90 | DC | 23 | 23 | 0 | E | EF | 34 | 47 |
| Octal | 217 | 220 | 334 | 43 | 43 | 0 | 16 | 357 | 64 | 107 |
| Binary | 10001111 | 10010000 | 11011100 | 100011 | 100011 | 0 | 1110 | 11101111 | 110100 | 1000111 |
Color Harmonies of #8F90DC
Complementary color
Monochromatic Colors of #8F90DC
Black with #8F90DC
Text Example
Text Example
White with #8F90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F90DC; }
p { color: rgb(143,144,220); }
H1.HeaderClassName
{
color: #8F90DC;
}
.AnyTagClassName
{
color: #8F90DC;
}
</style>
background-color css
<style>
a { background-color: #8F90DC; }
a { background-color: rgb(143,144,220); }
div.DivClassName
{
background-color: #8F90DC;
}
.BgClassName
{
background-color: #8F90DC;
}
</style>
border-color css
<style>
span { border-color: #8F90DC; }
span { border-color: rgb(143,144,220); }
td.TdClassName
{
border-color: #8F90DC;
}
.TagClassName
{
border-color: #8F90DC;
}
</style>