Shades of Portage #8792EE
Tints of Portage #8792EE
RGB
CMYK
RGB Variations
Color information
#8792EE (or 0x8792EE) is known color: Portage. HEX triplet: 87, 92 and EE. RGB value is (135,146,238). Sum of RGB (Red+Green+Blue) = 135+146+238=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #8792EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8792EE is #786D11. Grayscale: #989898. Windows color (decimal): -7892242 or 15635079. OLE color: 15635079.
HSL color Cylindrical-coordinate representation of color #8792EE: hue angle of 233.59º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8792EE is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 146 | 238 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.07 |
| HSL | 233.59º | 0.75% | 0.73% | - |
| HSV(B) | 233.59º | 0.43% | 0.93% | - |
| XYZ | 35.7 | 31.88 | 85.16 | - |
| YUV | 153.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 238 | 0.43 | 0.39 | 0 | 0.07 | 233.59 | 0.75 | 0.73 |
| Hex | 87 | 92 | EE | 2B | 27 | 0 | 7 | EA | 4B | 49 |
| Octal | 207 | 222 | 356 | 53 | 47 | 0 | 7 | 352 | 113 | 111 |
| Binary | 10000111 | 10010010 | 11101110 | 101011 | 100111 | 0 | 111 | 11101010 | 1001011 | 1001001 |
Color Harmonies of #8792EE
Complementary color
Monochromatic Colors of #8792EE
Black with #8792EE
Text Example
Text Example
White with #8792EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8792EE; }
p { color: rgb(135,146,238); }
H1.HeaderClassName
{
color: #8792EE;
}
.AnyTagClassName
{
color: #8792EE;
}
</style>
background-color css
<style>
a { background-color: #8792EE; }
a { background-color: rgb(135,146,238); }
div.DivClassName
{
background-color: #8792EE;
}
.BgClassName
{
background-color: #8792EE;
}
</style>
border-color css
<style>
span { border-color: #8792EE; }
span { border-color: rgb(135,146,238); }
td.TdClassName
{
border-color: #8792EE;
}
.TagClassName
{
border-color: #8792EE;
}
</style>