Shades of Portage #838AEE
Tints of Portage #838AEE
RGB
CMYK
RGB Variations
Color information
#838AEE (or 0x838AEE) is known color: Portage. HEX triplet: 83, 8A and EE. RGB value is (131,138,238). Sum of RGB (Red+Green+Blue) = 131+138+238=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #838AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AEE is #7C7511. Grayscale: #929292. Windows color (decimal): -8156434 or 15633027. OLE color: 15633027.
HSL color Cylindrical-coordinate representation of color #838AEE: hue angle of 236.07º 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 #838AEE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 138 | 238 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.07 |
| HSL | 236.07º | 0.76% | 0.72% | - |
| HSV(B) | 236.07º | 0.45% | 0.93% | - |
| XYZ | 33.88 | 29.18 | 84.73 | - |
| YUV | 147.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 238 | 0.45 | 0.42 | 0 | 0.07 | 236.07 | 0.76 | 0.72 |
| Hex | 83 | 8A | EE | 2D | 2A | 0 | 7 | EC | 4C | 48 |
| Octal | 203 | 212 | 356 | 55 | 52 | 0 | 7 | 354 | 114 | 110 |
| Binary | 10000011 | 10001010 | 11101110 | 101101 | 101010 | 0 | 111 | 11101100 | 1001100 | 1001000 |
Color Harmonies of #838AEE
Complementary color
Monochromatic Colors of #838AEE
Black with #838AEE
Text Example
Text Example
White with #838AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AEE; }
p { color: rgb(131,138,238); }
H1.HeaderClassName
{
color: #838AEE;
}
.AnyTagClassName
{
color: #838AEE;
}
</style>
background-color css
<style>
a { background-color: #838AEE; }
a { background-color: rgb(131,138,238); }
div.DivClassName
{
background-color: #838AEE;
}
.BgClassName
{
background-color: #838AEE;
}
</style>
border-color css
<style>
span { border-color: #838AEE; }
span { border-color: rgb(131,138,238); }
td.TdClassName
{
border-color: #838AEE;
}
.TagClassName
{
border-color: #838AEE;
}
</style>