Shades of Portage #838EF7
Tints of Portage #838EF7
RGB
CMYK
RGB Variations
Color information
#838EF7 (or 0x838EF7) is known color: Portage. HEX triplet: 83, 8E and F7. RGB value is (131,142,247). Sum of RGB (Red+Green+Blue) = 131+142+247=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #838EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EF7 is #7C7108. Grayscale: #969696. Windows color (decimal): -8155401 or 16223875. OLE color: 16223875.
HSL color Cylindrical-coordinate representation of color #838EF7: hue angle of 234.31º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838EF7 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 142 | 247 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.03 |
| HSL | 234.31º | 0.88% | 0.74% | - |
| HSV(B) | 234.31º | 0.47% | 0.97% | - |
| XYZ | 35.82 | 30.89 | 92.07 | - |
| YUV | 150.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 247 | 0.47 | 0.43 | 0 | 0.03 | 234.31 | 0.88 | 0.74 |
| Hex | 83 | 8E | F7 | 2F | 2B | 0 | 3 | EA | 58 | 4A |
| Octal | 203 | 216 | 367 | 57 | 53 | 0 | 3 | 352 | 130 | 112 |
| Binary | 10000011 | 10001110 | 11110111 | 101111 | 101011 | 0 | 11 | 11101010 | 1011000 | 1001010 |
Color Harmonies of #838EF7
Complementary color
Monochromatic Colors of #838EF7
Black with #838EF7
Text Example
Text Example
White with #838EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838EF7; }
p { color: rgb(131,142,247); }
H1.HeaderClassName
{
color: #838EF7;
}
.AnyTagClassName
{
color: #838EF7;
}
</style>
background-color css
<style>
a { background-color: #838EF7; }
a { background-color: rgb(131,142,247); }
div.DivClassName
{
background-color: #838EF7;
}
.BgClassName
{
background-color: #838EF7;
}
</style>
border-color css
<style>
span { border-color: #838EF7; }
span { border-color: rgb(131,142,247); }
td.TdClassName
{
border-color: #838EF7;
}
.TagClassName
{
border-color: #838EF7;
}
</style>