Shades of Portage #8793F4
Tints of Portage #8793F4
RGB
CMYK
RGB Variations
Color information
#8793F4 (or 0x8793F4) is known color: Portage. HEX triplet: 87, 93 and F4. RGB value is (135,147,244). Sum of RGB (Red+Green+Blue) = 135+147+244=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #8793F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8793F4 is #786C0B. Grayscale: #9A9A9A. Windows color (decimal): -7891980 or 16028551. OLE color: 16028551.
HSL color Cylindrical-coordinate representation of color #8793F4: hue angle of 233.39º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8793F4 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 147 | 244 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.04 |
| HSL | 233.39º | 0.83% | 0.74% | - |
| HSV(B) | 233.39º | 0.45% | 0.96% | - |
| XYZ | 36.75 | 32.55 | 89.93 | - |
| YUV | 154.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 244 | 0.45 | 0.40 | 0 | 0.04 | 233.39 | 0.83 | 0.74 |
| Hex | 87 | 93 | F4 | 2D | 28 | 0 | 4 | E9 | 53 | 4A |
| Octal | 207 | 223 | 364 | 55 | 50 | 0 | 4 | 351 | 123 | 112 |
| Binary | 10000111 | 10010011 | 11110100 | 101101 | 101000 | 0 | 100 | 11101001 | 1010011 | 1001010 |
Color Harmonies of #8793F4
Complementary color
Monochromatic Colors of #8793F4
Black with #8793F4
Text Example
Text Example
White with #8793F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8793F4; }
p { color: rgb(135,147,244); }
H1.HeaderClassName
{
color: #8793F4;
}
.AnyTagClassName
{
color: #8793F4;
}
</style>
background-color css
<style>
a { background-color: #8793F4; }
a { background-color: rgb(135,147,244); }
div.DivClassName
{
background-color: #8793F4;
}
.BgClassName
{
background-color: #8793F4;
}
</style>
border-color css
<style>
span { border-color: #8793F4; }
span { border-color: rgb(135,147,244); }
td.TdClassName
{
border-color: #8793F4;
}
.TagClassName
{
border-color: #8793F4;
}
</style>