Shades of Portage #838DEE
Tints of Portage #838DEE
RGB
CMYK
RGB Variations
Color information
#838DEE (or 0x838DEE) is known color: Portage. HEX triplet: 83, 8D and EE. RGB value is (131,141,238). Sum of RGB (Red+Green+Blue) = 131+141+238=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #838DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DEE is #7C7211. Grayscale: #949494. Windows color (decimal): -8155666 or 15633795. OLE color: 15633795.
HSL color Cylindrical-coordinate representation of color #838DEE: hue angle of 234.39º degrees, saturation: 0.76, 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 #838DEE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 141 | 238 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.07 |
| HSL | 234.39º | 0.76% | 0.72% | - |
| HSV(B) | 234.39º | 0.45% | 0.93% | - |
| XYZ | 34.32 | 30.05 | 84.88 | - |
| YUV | 149.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 238 | 0.45 | 0.41 | 0 | 0.07 | 234.39 | 0.76 | 0.72 |
| Hex | 83 | 8D | EE | 2D | 29 | 0 | 7 | EA | 4C | 48 |
| Octal | 203 | 215 | 356 | 55 | 51 | 0 | 7 | 352 | 114 | 110 |
| Binary | 10000011 | 10001101 | 11101110 | 101101 | 101001 | 0 | 111 | 11101010 | 1001100 | 1001000 |
Color Harmonies of #838DEE
Complementary color
Monochromatic Colors of #838DEE
Black with #838DEE
Text Example
Text Example
White with #838DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DEE; }
p { color: rgb(131,141,238); }
H1.HeaderClassName
{
color: #838DEE;
}
.AnyTagClassName
{
color: #838DEE;
}
</style>
background-color css
<style>
a { background-color: #838DEE; }
a { background-color: rgb(131,141,238); }
div.DivClassName
{
background-color: #838DEE;
}
.BgClassName
{
background-color: #838DEE;
}
</style>
border-color css
<style>
span { border-color: #838DEE; }
span { border-color: rgb(131,141,238); }
td.TdClassName
{
border-color: #838DEE;
}
.TagClassName
{
border-color: #838DEE;
}
</style>