Shades of Portage #8798FE
Tints of Portage #8798FE
RGB
CMYK
RGB Variations
Color information
#8798FE (or 0x8798FE) is known color: Portage. HEX triplet: 87, 98 and FE. RGB value is (135,152,254). Sum of RGB (Red+Green+Blue) = 135+152+254=541 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.95% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #8798FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8798FE is #786701. Grayscale: #9E9E9E. Windows color (decimal): -7890690 or 16685191. OLE color: 16685191.
HSL color Cylindrical-coordinate representation of color #8798FE: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8798FE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 152 | 254 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.00 |
| HSL | 231.43º | 0.98% | 0.76% | - |
| HSV(B) | 231.43º | 0.47% | 1% | - |
| XYZ | 39.11 | 34.76 | 98.41 | - |
| YUV | 158.55 | 181.87 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 152 | 254 | 0.47 | 0.40 | 0 | 0.00 | 231.43 | 0.98 | 0.76 |
| Hex | 87 | 98 | FE | 2F | 28 | 0 | 0 | E7 | 62 | 4C |
| Octal | 207 | 230 | 376 | 57 | 50 | 0 | 0 | 347 | 142 | 114 |
| Binary | 10000111 | 10011000 | 11111110 | 101111 | 101000 | 0 | 0 | 11100111 | 1100010 | 1001100 |
Color Harmonies of #8798FE
Complementary color
Monochromatic Colors of #8798FE
Black with #8798FE
Text Example
Text Example
White with #8798FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8798FE; }
p { color: rgb(135,152,254); }
H1.HeaderClassName
{
color: #8798FE;
}
.AnyTagClassName
{
color: #8798FE;
}
</style>
background-color css
<style>
a { background-color: #8798FE; }
a { background-color: rgb(135,152,254); }
div.DivClassName
{
background-color: #8798FE;
}
.BgClassName
{
background-color: #8798FE;
}
</style>
border-color css
<style>
span { border-color: #8798FE; }
span { border-color: rgb(135,152,254); }
td.TdClassName
{
border-color: #8798FE;
}
.TagClassName
{
border-color: #8798FE;
}
</style>