Shades of Portage #838CED
Tints of Portage #838CED
RGB
CMYK
RGB Variations
Color information
#838CED (or 0x838CED) is known color: Portage. HEX triplet: 83, 8C and ED. RGB value is (131,140,237). Sum of RGB (Red+Green+Blue) = 131+140+237=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #838CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CED is #7C7312. Grayscale: #939393. Windows color (decimal): -8155923 or 15568003. OLE color: 15568003.
HSL color Cylindrical-coordinate representation of color #838CED: hue angle of 234.91º degrees, saturation: 0.75, 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 #838CED is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 140 | 237 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.07 |
| HSL | 234.91º | 0.75% | 0.72% | - |
| HSV(B) | 234.91º | 0.45% | 0.93% | - |
| XYZ | 34.02 | 29.7 | 84.06 | - |
| YUV | 148.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 237 | 0.45 | 0.41 | 0 | 0.07 | 234.91 | 0.75 | 0.72 |
| Hex | 83 | 8C | ED | 2D | 29 | 0 | 7 | EB | 4B | 48 |
| Octal | 203 | 214 | 355 | 55 | 51 | 0 | 7 | 353 | 113 | 110 |
| Binary | 10000011 | 10001100 | 11101101 | 101101 | 101001 | 0 | 111 | 11101011 | 1001011 | 1001000 |
Color Harmonies of #838CED
Complementary color
Monochromatic Colors of #838CED
Black with #838CED
Text Example
Text Example
White with #838CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CED; }
p { color: rgb(131,140,237); }
H1.HeaderClassName
{
color: #838CED;
}
.AnyTagClassName
{
color: #838CED;
}
</style>
background-color css
<style>
a { background-color: #838CED; }
a { background-color: rgb(131,140,237); }
div.DivClassName
{
background-color: #838CED;
}
.BgClassName
{
background-color: #838CED;
}
</style>
border-color css
<style>
span { border-color: #838CED; }
span { border-color: rgb(131,140,237); }
td.TdClassName
{
border-color: #838CED;
}
.TagClassName
{
border-color: #838CED;
}
</style>