Shades of Portage #838FED
Tints of Portage #838FED
RGB
CMYK
RGB Variations
Color information
#838FED (or 0x838FED) is known color: Portage. HEX triplet: 83, 8F and ED. RGB value is (131,143,237). Sum of RGB (Red+Green+Blue) = 131+143+237=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #838FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FED is #7C7012. Grayscale: #959595. Windows color (decimal): -8155155 or 15568771. OLE color: 15568771.
HSL color Cylindrical-coordinate representation of color #838FED: hue angle of 233.21º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838FED is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 143 | 237 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.07 |
| HSL | 233.21º | 0.75% | 0.72% | - |
| HSV(B) | 233.21º | 0.45% | 0.93% | - |
| XYZ | 34.47 | 30.58 | 84.21 | - |
| YUV | 150.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 237 | 0.45 | 0.40 | 0 | 0.07 | 233.21 | 0.75 | 0.72 |
| Hex | 83 | 8F | ED | 2D | 28 | 0 | 7 | E9 | 4B | 48 |
| Octal | 203 | 217 | 355 | 55 | 50 | 0 | 7 | 351 | 113 | 110 |
| Binary | 10000011 | 10001111 | 11101101 | 101101 | 101000 | 0 | 111 | 11101001 | 1001011 | 1001000 |
Color Harmonies of #838FED
Complementary color
Monochromatic Colors of #838FED
Black with #838FED
Text Example
Text Example
White with #838FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FED; }
p { color: rgb(131,143,237); }
H1.HeaderClassName
{
color: #838FED;
}
.AnyTagClassName
{
color: #838FED;
}
</style>
background-color css
<style>
a { background-color: #838FED; }
a { background-color: rgb(131,143,237); }
div.DivClassName
{
background-color: #838FED;
}
.BgClassName
{
background-color: #838FED;
}
</style>
border-color css
<style>
span { border-color: #838FED; }
span { border-color: rgb(131,143,237); }
td.TdClassName
{
border-color: #838FED;
}
.TagClassName
{
border-color: #838FED;
}
</style>