Shades of Portage #838FEE
Tints of Portage #838FEE
RGB
CMYK
RGB Variations
Color information
#838FEE (or 0x838FEE) is known color: Portage. HEX triplet: 83, 8F and EE. RGB value is (131,143,238). Sum of RGB (Red+Green+Blue) = 131+143+238=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #838FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FEE is #7C7011. Grayscale: #959595. Windows color (decimal): -8155154 or 15634307. OLE color: 15634307.
HSL color Cylindrical-coordinate representation of color #838FEE: hue angle of 233.27º 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 #838FEE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 143 | 238 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.07 |
| HSL | 233.27º | 0.76% | 0.72% | - |
| HSV(B) | 233.27º | 0.45% | 0.93% | - |
| XYZ | 34.62 | 30.64 | 84.98 | - |
| YUV | 150.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 238 | 0.45 | 0.40 | 0 | 0.07 | 233.27 | 0.76 | 0.72 |
| Hex | 83 | 8F | EE | 2D | 28 | 0 | 7 | E9 | 4C | 48 |
| Octal | 203 | 217 | 356 | 55 | 50 | 0 | 7 | 351 | 114 | 110 |
| Binary | 10000011 | 10001111 | 11101110 | 101101 | 101000 | 0 | 111 | 11101001 | 1001100 | 1001000 |
Color Harmonies of #838FEE
Complementary color
Monochromatic Colors of #838FEE
Black with #838FEE
Text Example
Text Example
White with #838FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FEE; }
p { color: rgb(131,143,238); }
H1.HeaderClassName
{
color: #838FEE;
}
.AnyTagClassName
{
color: #838FEE;
}
</style>
background-color css
<style>
a { background-color: #838FEE; }
a { background-color: rgb(131,143,238); }
div.DivClassName
{
background-color: #838FEE;
}
.BgClassName
{
background-color: #838FEE;
}
</style>
border-color css
<style>
span { border-color: #838FEE; }
span { border-color: rgb(131,143,238); }
td.TdClassName
{
border-color: #838FEE;
}
.TagClassName
{
border-color: #838FEE;
}
</style>