Shades of Portage #8790FA
Tints of Portage #8790FA
RGB
CMYK
RGB Variations
Color information
#8790FA (or 0x8790FA) is known color: Portage. HEX triplet: 87, 90 and FA. RGB value is (135,144,250). Sum of RGB (Red+Green+Blue) = 135+144+250=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #8790FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8790FA is #786F05. Grayscale: #989898. Windows color (decimal): -7892742 or 16420999. OLE color: 16420999.
HSL color Cylindrical-coordinate representation of color #8790FA: hue angle of 235.3º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8790FA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 144 | 250 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.02 |
| HSL | 235.3º | 0.92% | 0.75% | - |
| HSV(B) | 235.3º | 0.46% | 0.98% | - |
| XYZ | 37.22 | 32 | 94.66 | - |
| YUV | 153.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 250 | 0.46 | 0.42 | 0 | 0.02 | 235.3 | 0.92 | 0.75 |
| Hex | 87 | 90 | FA | 2E | 2A | 0 | 2 | EB | 5C | 4B |
| Octal | 207 | 220 | 372 | 56 | 52 | 0 | 2 | 353 | 134 | 113 |
| Binary | 10000111 | 10010000 | 11111010 | 101110 | 101010 | 0 | 10 | 11101011 | 1011100 | 1001011 |
Color Harmonies of #8790FA
Complementary color
Monochromatic Colors of #8790FA
Black with #8790FA
Text Example
Text Example
White with #8790FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8790FA; }
p { color: rgb(135,144,250); }
H1.HeaderClassName
{
color: #8790FA;
}
.AnyTagClassName
{
color: #8790FA;
}
</style>
background-color css
<style>
a { background-color: #8790FA; }
a { background-color: rgb(135,144,250); }
div.DivClassName
{
background-color: #8790FA;
}
.BgClassName
{
background-color: #8790FA;
}
</style>
border-color css
<style>
span { border-color: #8790FA; }
span { border-color: rgb(135,144,250); }
td.TdClassName
{
border-color: #8790FA;
}
.TagClassName
{
border-color: #8790FA;
}
</style>