Shades of Portage #838CF0
Tints of Portage #838CF0
RGB
CMYK
RGB Variations
Color information
#838CF0 (or 0x838CF0) is known color: Portage. HEX triplet: 83, 8C and F0. RGB value is (131,140,240). Sum of RGB (Red+Green+Blue) = 131+140+240=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #838CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CF0 is #7C730F. Grayscale: #949494. Windows color (decimal): -8155920 or 15764611. OLE color: 15764611.
HSL color Cylindrical-coordinate representation of color #838CF0: hue angle of 235.05º degrees, saturation: 0.78, 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 #838CF0 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 140 | 240 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.06 |
| HSL | 235.05º | 0.78% | 0.73% | - |
| HSV(B) | 235.05º | 0.45% | 0.94% | - |
| XYZ | 34.47 | 29.87 | 86.39 | - |
| YUV | 148.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 240 | 0.45 | 0.42 | 0 | 0.06 | 235.05 | 0.78 | 0.73 |
| Hex | 83 | 8C | F0 | 2D | 2A | 0 | 6 | EB | 4E | 49 |
| Octal | 203 | 214 | 360 | 55 | 52 | 0 | 6 | 353 | 116 | 111 |
| Binary | 10000011 | 10001100 | 11110000 | 101101 | 101010 | 0 | 110 | 11101011 | 1001110 | 1001001 |
Color Harmonies of #838CF0
Complementary color
Monochromatic Colors of #838CF0
Black with #838CF0
Text Example
Text Example
White with #838CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CF0; }
p { color: rgb(131,140,240); }
H1.HeaderClassName
{
color: #838CF0;
}
.AnyTagClassName
{
color: #838CF0;
}
</style>
background-color css
<style>
a { background-color: #838CF0; }
a { background-color: rgb(131,140,240); }
div.DivClassName
{
background-color: #838CF0;
}
.BgClassName
{
background-color: #838CF0;
}
</style>
border-color css
<style>
span { border-color: #838CF0; }
span { border-color: rgb(131,140,240); }
td.TdClassName
{
border-color: #838CF0;
}
.TagClassName
{
border-color: #838CF0;
}
</style>