Shades of Portage #838ADA
Tints of Portage #838ADA
RGB
CMYK
RGB Variations
Color information
#838ADA (or 0x838ADA) is known color: Portage. HEX triplet: 83, 8A and DA. RGB value is (131,138,218). Sum of RGB (Red+Green+Blue) = 131+138+218=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #838ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ADA is #7C7525. Grayscale: #909090. Windows color (decimal): -8156454 or 14322307. OLE color: 14322307.
HSL color Cylindrical-coordinate representation of color #838ADA: hue angle of 235.17º 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 #838ADA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 138 | 218 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.15 |
| HSL | 235.17º | 0.54% | 0.68% | - |
| HSV(B) | 235.17º | 0.4% | 0.85% | - |
| XYZ | 31.1 | 28.06 | 70.11 | - |
| YUV | 145.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 218 | 0.40 | 0.37 | 0 | 0.15 | 235.17 | 0.54 | 0.68 |
| Hex | 83 | 8A | DA | 28 | 25 | 0 | F | EB | 36 | 44 |
| Octal | 203 | 212 | 332 | 50 | 45 | 0 | 17 | 353 | 66 | 104 |
| Binary | 10000011 | 10001010 | 11011010 | 101000 | 100101 | 0 | 1111 | 11101011 | 110110 | 1000100 |
Color Harmonies of #838ADA
Complementary color
Monochromatic Colors of #838ADA
Black with #838ADA
Text Example
Text Example
White with #838ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838ADA; }
p { color: rgb(131,138,218); }
H1.HeaderClassName
{
color: #838ADA;
}
.AnyTagClassName
{
color: #838ADA;
}
</style>
background-color css
<style>
a { background-color: #838ADA; }
a { background-color: rgb(131,138,218); }
div.DivClassName
{
background-color: #838ADA;
}
.BgClassName
{
background-color: #838ADA;
}
</style>
border-color css
<style>
span { border-color: #838ADA; }
span { border-color: rgb(131,138,218); }
td.TdClassName
{
border-color: #838ADA;
}
.TagClassName
{
border-color: #838ADA;
}
</style>