Shades of Portage #838FF8
Tints of Portage #838FF8
RGB
CMYK
RGB Variations
Color information
#838FF8 (or 0x838FF8) is known color: Portage. HEX triplet: 83, 8F and F8. RGB value is (131,143,248). Sum of RGB (Red+Green+Blue) = 131+143+248=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #838FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FF8 is #7C7007. Grayscale: #969696. Windows color (decimal): -8155144 or 16289667. OLE color: 16289667.
HSL color Cylindrical-coordinate representation of color #838FF8: hue angle of 233.85º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838FF8 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 143 | 248 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.03 |
| HSL | 233.85º | 0.89% | 0.74% | - |
| HSV(B) | 233.85º | 0.47% | 0.97% | - |
| XYZ | 36.13 | 31.25 | 92.93 | - |
| YUV | 151.38 | 182.52 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 248 | 0.47 | 0.42 | 0 | 0.03 | 233.85 | 0.89 | 0.74 |
| Hex | 83 | 8F | F8 | 2F | 2A | 0 | 3 | EA | 59 | 4A |
| Octal | 203 | 217 | 370 | 57 | 52 | 0 | 3 | 352 | 131 | 112 |
| Binary | 10000011 | 10001111 | 11111000 | 101111 | 101010 | 0 | 11 | 11101010 | 1011001 | 1001010 |
Color Harmonies of #838FF8
Complementary color
Monochromatic Colors of #838FF8
Black with #838FF8
Text Example
Text Example
White with #838FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FF8; }
p { color: rgb(131,143,248); }
H1.HeaderClassName
{
color: #838FF8;
}
.AnyTagClassName
{
color: #838FF8;
}
</style>
background-color css
<style>
a { background-color: #838FF8; }
a { background-color: rgb(131,143,248); }
div.DivClassName
{
background-color: #838FF8;
}
.BgClassName
{
background-color: #838FF8;
}
</style>
border-color css
<style>
span { border-color: #838FF8; }
span { border-color: rgb(131,143,248); }
td.TdClassName
{
border-color: #838FF8;
}
.TagClassName
{
border-color: #838FF8;
}
</style>