Shades of Portage #838BEE
Tints of Portage #838BEE
RGB
CMYK
RGB Variations
Color information
#838BEE (or 0x838BEE) is known color: Portage. HEX triplet: 83, 8B and EE. RGB value is (131,139,238). Sum of RGB (Red+Green+Blue) = 131+139+238=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #838BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838BEE is #7C7411. Grayscale: #939393. Windows color (decimal): -8156178 or 15633283. OLE color: 15633283.
HSL color Cylindrical-coordinate representation of color #838BEE: hue angle of 235.51º 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 #838BEE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 139 | 238 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.07 |
| HSL | 235.51º | 0.76% | 0.72% | - |
| HSV(B) | 235.51º | 0.45% | 0.93% | - |
| XYZ | 34.03 | 29.46 | 84.78 | - |
| YUV | 147.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 238 | 0.45 | 0.42 | 0 | 0.07 | 235.51 | 0.76 | 0.72 |
| Hex | 83 | 8B | EE | 2D | 2A | 0 | 7 | EC | 4C | 48 |
| Octal | 203 | 213 | 356 | 55 | 52 | 0 | 7 | 354 | 114 | 110 |
| Binary | 10000011 | 10001011 | 11101110 | 101101 | 101010 | 0 | 111 | 11101100 | 1001100 | 1001000 |
Color Harmonies of #838BEE
Complementary color
Monochromatic Colors of #838BEE
Black with #838BEE
Text Example
Text Example
White with #838BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BEE; }
p { color: rgb(131,139,238); }
H1.HeaderClassName
{
color: #838BEE;
}
.AnyTagClassName
{
color: #838BEE;
}
</style>
background-color css
<style>
a { background-color: #838BEE; }
a { background-color: rgb(131,139,238); }
div.DivClassName
{
background-color: #838BEE;
}
.BgClassName
{
background-color: #838BEE;
}
</style>
border-color css
<style>
span { border-color: #838BEE; }
span { border-color: rgb(131,139,238); }
td.TdClassName
{
border-color: #838BEE;
}
.TagClassName
{
border-color: #838BEE;
}
</style>