Shades of Portage #838FDD
Tints of Portage #838FDD
RGB
CMYK
RGB Variations
Color information
#838FDD (or 0x838FDD) is known color: Portage. HEX triplet: 83, 8F and DD. RGB value is (131,143,221). Sum of RGB (Red+Green+Blue) = 131+143+221=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #838FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FDD is #7C7022. Grayscale: #939393. Windows color (decimal): -8155171 or 14520195. OLE color: 14520195.
HSL color Cylindrical-coordinate representation of color #838FDD: hue angle of 232º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838FDD is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 143 | 221 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.13 |
| HSL | 232º | 0.57% | 0.69% | - |
| HSV(B) | 232º | 0.41% | 0.87% | - |
| XYZ | 32.23 | 29.69 | 72.44 | - |
| YUV | 148.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 221 | 0.41 | 0.35 | 0 | 0.13 | 232 | 0.57 | 0.69 |
| Hex | 83 | 8F | DD | 29 | 23 | 0 | D | E8 | 39 | 45 |
| Octal | 203 | 217 | 335 | 51 | 43 | 0 | 15 | 350 | 71 | 105 |
| Binary | 10000011 | 10001111 | 11011101 | 101001 | 100011 | 0 | 1101 | 11101000 | 111001 | 1000101 |
Color Harmonies of #838FDD
Complementary color
Monochromatic Colors of #838FDD
Black with #838FDD
Text Example
Text Example
White with #838FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FDD; }
p { color: rgb(131,143,221); }
H1.HeaderClassName
{
color: #838FDD;
}
.AnyTagClassName
{
color: #838FDD;
}
</style>
background-color css
<style>
a { background-color: #838FDD; }
a { background-color: rgb(131,143,221); }
div.DivClassName
{
background-color: #838FDD;
}
.BgClassName
{
background-color: #838FDD;
}
</style>
border-color css
<style>
span { border-color: #838FDD; }
span { border-color: rgb(131,143,221); }
td.TdClassName
{
border-color: #838FDD;
}
.TagClassName
{
border-color: #838FDD;
}
</style>