Shades of Portage #838BDA
Tints of Portage #838BDA
RGB
CMYK
RGB Variations
Color information
#838BDA (or 0x838BDA) is known color: Portage. HEX triplet: 83, 8B and DA. RGB value is (131,139,218). Sum of RGB (Red+Green+Blue) = 131+139+218=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #838BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BDA is #7C7425. Grayscale: #919191. Windows color (decimal): -8156198 or 14322563. OLE color: 14322563.
HSL color Cylindrical-coordinate representation of color #838BDA: hue angle of 234.48º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838BDA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 139 | 218 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.15 |
| HSL | 234.48º | 0.54% | 0.68% | - |
| HSV(B) | 234.48º | 0.4% | 0.85% | - |
| XYZ | 31.25 | 28.35 | 70.16 | - |
| YUV | 145.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 218 | 0.40 | 0.36 | 0 | 0.15 | 234.48 | 0.54 | 0.68 |
| Hex | 83 | 8B | DA | 28 | 24 | 0 | F | EA | 36 | 44 |
| Octal | 203 | 213 | 332 | 50 | 44 | 0 | 17 | 352 | 66 | 104 |
| Binary | 10000011 | 10001011 | 11011010 | 101000 | 100100 | 0 | 1111 | 11101010 | 110110 | 1000100 |
Color Harmonies of #838BDA
Complementary color
Monochromatic Colors of #838BDA
Black with #838BDA
Text Example
Text Example
White with #838BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BDA; }
p { color: rgb(131,139,218); }
H1.HeaderClassName
{
color: #838BDA;
}
.AnyTagClassName
{
color: #838BDA;
}
</style>
background-color css
<style>
a { background-color: #838BDA; }
a { background-color: rgb(131,139,218); }
div.DivClassName
{
background-color: #838BDA;
}
.BgClassName
{
background-color: #838BDA;
}
</style>
border-color css
<style>
span { border-color: #838BDA; }
span { border-color: rgb(131,139,218); }
td.TdClassName
{
border-color: #838BDA;
}
.TagClassName
{
border-color: #838BDA;
}
</style>