Shades of Portage #838CEF
Tints of Portage #838CEF
RGB
CMYK
RGB Variations
Color information
#838CEF (or 0x838CEF) is known color: Portage. HEX triplet: 83, 8C and EF. RGB value is (131,140,239). Sum of RGB (Red+Green+Blue) = 131+140+239=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #838CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CEF is #7C7310. Grayscale: #949494. Windows color (decimal): -8155921 or 15699075. OLE color: 15699075.
HSL color Cylindrical-coordinate representation of color #838CEF: hue angle of 235º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838CEF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 140 | 239 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.06 |
| HSL | 235º | 0.77% | 0.73% | - |
| HSV(B) | 235º | 0.45% | 0.94% | - |
| XYZ | 34.32 | 29.81 | 85.61 | - |
| YUV | 148.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 239 | 0.45 | 0.41 | 0 | 0.06 | 235 | 0.77 | 0.73 |
| Hex | 83 | 8C | EF | 2D | 29 | 0 | 6 | EB | 4D | 49 |
| Octal | 203 | 214 | 357 | 55 | 51 | 0 | 6 | 353 | 115 | 111 |
| Binary | 10000011 | 10001100 | 11101111 | 101101 | 101001 | 0 | 110 | 11101011 | 1001101 | 1001001 |
Color Harmonies of #838CEF
Complementary color
Monochromatic Colors of #838CEF
Black with #838CEF
Text Example
Text Example
White with #838CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CEF; }
p { color: rgb(131,140,239); }
H1.HeaderClassName
{
color: #838CEF;
}
.AnyTagClassName
{
color: #838CEF;
}
</style>
background-color css
<style>
a { background-color: #838CEF; }
a { background-color: rgb(131,140,239); }
div.DivClassName
{
background-color: #838CEF;
}
.BgClassName
{
background-color: #838CEF;
}
</style>
border-color css
<style>
span { border-color: #838CEF; }
span { border-color: rgb(131,140,239); }
td.TdClassName
{
border-color: #838CEF;
}
.TagClassName
{
border-color: #838CEF;
}
</style>