Shades of Portage #838AD7
Tints of Portage #838AD7
RGB
CMYK
RGB Variations
Color information
#838AD7 (or 0x838AD7) is known color: Portage. HEX triplet: 83, 8A and D7. RGB value is (131,138,215). Sum of RGB (Red+Green+Blue) = 131+138+215=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #838AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838AD7 is #7C7528. Grayscale: #909090. Windows color (decimal): -8156457 or 14125699. OLE color: 14125699.
HSL color Cylindrical-coordinate representation of color #838AD7: hue angle of 235º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #838AD7 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 138 | 215 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.16 |
| HSL | 235º | 0.51% | 0.68% | - |
| HSV(B) | 235º | 0.39% | 0.84% | - |
| XYZ | 30.71 | 27.91 | 68.06 | - |
| YUV | 144.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 215 | 0.39 | 0.36 | 0 | 0.16 | 235 | 0.51 | 0.68 |
| Hex | 83 | 8A | D7 | 27 | 24 | 0 | 10 | EB | 33 | 44 |
| Octal | 203 | 212 | 327 | 47 | 44 | 0 | 20 | 353 | 63 | 104 |
| Binary | 10000011 | 10001010 | 11010111 | 100111 | 100100 | 0 | 10000 | 11101011 | 110011 | 1000100 |
Color Harmonies of #838AD7
Complementary color
Monochromatic Colors of #838AD7
Black with #838AD7
Text Example
Text Example
White with #838AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AD7; }
p { color: rgb(131,138,215); }
H1.HeaderClassName
{
color: #838AD7;
}
.AnyTagClassName
{
color: #838AD7;
}
</style>
background-color css
<style>
a { background-color: #838AD7; }
a { background-color: rgb(131,138,215); }
div.DivClassName
{
background-color: #838AD7;
}
.BgClassName
{
background-color: #838AD7;
}
</style>
border-color css
<style>
span { border-color: #838AD7; }
span { border-color: rgb(131,138,215); }
td.TdClassName
{
border-color: #838AD7;
}
.TagClassName
{
border-color: #838AD7;
}
</style>