Shades of Portage #8792FE
Tints of Portage #8792FE
RGB
CMYK
RGB Variations
Color information
#8792FE (or 0x8792FE) is known color: Portage. HEX triplet: 87, 92 and FE. RGB value is (135,146,254). Sum of RGB (Red+Green+Blue) = 135+146+254=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #8792FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8792FE is #786D01. Grayscale: #9A9A9A. Windows color (decimal): -7892226 or 16683655. OLE color: 16683655.
HSL color Cylindrical-coordinate representation of color #8792FE: hue angle of 234.45º 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 #8792FE is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 146 | 254 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.00 |
| HSL | 234.45º | 0.98% | 0.76% | - |
| HSV(B) | 234.45º | 0.47% | 1% | - |
| XYZ | 38.16 | 32.86 | 98.1 | - |
| YUV | 155.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 254 | 0.47 | 0.43 | 0 | 0.00 | 234.45 | 0.98 | 0.76 |
| Hex | 87 | 92 | FE | 2F | 2B | 0 | 0 | EA | 62 | 4C |
| Octal | 207 | 222 | 376 | 57 | 53 | 0 | 0 | 352 | 142 | 114 |
| Binary | 10000111 | 10010010 | 11111110 | 101111 | 101011 | 0 | 0 | 11101010 | 1100010 | 1001100 |
Color Harmonies of #8792FE
Complementary color
Monochromatic Colors of #8792FE
Black with #8792FE
Text Example
Text Example
White with #8792FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8792FE; }
p { color: rgb(135,146,254); }
H1.HeaderClassName
{
color: #8792FE;
}
.AnyTagClassName
{
color: #8792FE;
}
</style>
background-color css
<style>
a { background-color: #8792FE; }
a { background-color: rgb(135,146,254); }
div.DivClassName
{
background-color: #8792FE;
}
.BgClassName
{
background-color: #8792FE;
}
</style>
border-color css
<style>
span { border-color: #8792FE; }
span { border-color: rgb(135,146,254); }
td.TdClassName
{
border-color: #8792FE;
}
.TagClassName
{
border-color: #8792FE;
}
</style>